-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 693 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "BloomLibraryPrototype",
"version": "0.1.0",
"dependencies": {
"json3": "~3.3.2",
"es5-shim": "~3.4.0",
"jquery-ui": "~1.10.3",
"restangular": "~1.4.0",
"underscore": "~1.6.0",
"bootstrap-css": "~3.1.1",
"angular-ui-grid": "3.0.1",
"jquery": "~1.11.0",
"angular-local-storage": "~0.0.5",
"jquery-xml2json": "~0.0.6",
"ng-tags-input": "~2.3.0"
},
"devDependencies": {
"angular": "~1.2.18",
"angular-mocks": "~1.2.18",
"bootstrap": "~3.1.1",
"angular-bootstrap": "~0.11.0",
"angular-ui-router": ">=0.2.10",
"angular-ui-utils": "~0.1.1",
"angular-cookies": "~1.2.18",
"angulartics": "~0.15.20"
}
}