-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 1.05 KB
/
bower.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "fielddb-angular",
"version": "3.6.2",
"repository": {
"type": "git",
"url": "git://github.com/OpenSourceFieldlinguistics/bower-fielddb-angular.git"
},
"description": "Angular directives to interact with FieldDBs",
"homepage": "http://opensourcefieldlinguistics.github.io/FieldDB/",
"bugs": {
"url": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues"
},
"main": [
"dist/styles/fielddb-angular.css",
"dist/scripts/fielddb-angular.js"
],
"dependencies": {
"angular": "1.3.15",
"angular-animate": "1.3.15",
"angular-bootstrap": "~0.12.0",
"angular-contenteditable": "~0.3.7",
"angular-cookies": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-touch": "1.3.15",
"angular-ui-router": "~0.2.13",
"bootstrap": "~3.3.1",
"fielddb": "3.6.2",
"jquery": "~2.1.1",
"ng-file-upload": "~3.2.4"
},
"devDependencies": {
"angular-mocks": "1.3.15"
},
"license": "Apache 2.0",
"ignore": [],
"resolutions": {
"angular": "1.3.15",
"jquery": "~2.1.1"
}
}