-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.06 KB
/
bower.json
File metadata and controls
42 lines (42 loc) · 1.06 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
41
42
{
"name": "fledit",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"jquery": "~1.11.0",
"bootstrap": "~3.1.1",
"angular-cookies": "1.4.*",
"angular-sanitize": "1.4.*",
"angular-animate": "1.4.*",
"angular-bootstrap": "~0.11.0",
"lodash": "~2.4.1",
"angular-ui-router": "0.2.14",
"restangular": "~1.4.0",
"angular-ui-ace": "bower",
"angular-local-storage": "~0.1.5",
"angular-socket-io": "~0.6.1",
"angular-ui-utils": "bower-validate",
"lawnchair": "~0.6.4",
"tv4": "~1.1.4",
"nghandsontable": "~0.7.0",
"animate.css": "~3.2.0",
"ngInfiniteScroll": "~1.2.0",
"modernizr": "~2.8.3",
"angular-schema-form": "~0.8.12",
"angular-scroll": "~0.7.2",
"angular-resource": "~1.4.7"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular": "1.4.*",
"tv4": "~1.1.4",
"angular-ui-ace": "~0.2.3",
"handsontable": "~0.19.0",
"pikaday": "^1.3.2"
}
}