-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 959 Bytes
/
bower.json
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
{
"name": "lasforce",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.2",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.3.5",
"bootstrap-sass": "~3.3.5",
"angular-resource": "~1.4.2",
"angular-cookies": "~1.4.2",
"angular-sanitize": "~1.4.2",
"angular-animate": "~1.4.2",
"angular-touch": "~1.4.2",
"angular-route": "~1.4.2",
"angular-bootstrap": "~0.14.2",
"ng-i18next": "~0.5.2",
"i18next": "~1.10.2",
"colpick": "~2.0.2",
"paper": "~v0.9.24",
"font-awesome": "~v4.4.0",
"angular-file-upload": "~1.1.5",
"jquery-ui": "1.11.4",
"jquery-mousewheel": "~3.1.12",
"jsfeat":"~0.0.8",
"angular-gridster": "0.11.7",
"angular-tree-control": "0.2.9"
},
"devDependencies": {
"angular-mocks": "~1.4.2",
"angular-scenario": "~1.4.2",
"jasmine-jquery": "~2.1.0"
},
"appPath": "app",
"resolutions": {
"es5-shim": ">=3.4.0"
}
}