-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 917 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
{
"name": "browser",
"version": "0.0.0",
"dependencies": {
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-bootstrap": "~0.12.1",
"angular-cookies": "^1.7.5",
"angular-gridster": "~0.13.14",
"angular-resource": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-touch": "^1.7.5",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-notification": "~0.3.6",
"angular-ui-utils": "bower",
"async": "~2.6.1",
"bootstrap": "^3.3.7",
"dexie": "~1.5.1",
"eventEmitter": "~4.2.11",
"fontawesome": "~4.3.0",
"kevoree-commons": "^2.2.1",
"kevoree-core": "^7.1.1",
"kevoree-kevscript": "^3.3.0",
"moment": "~2.9.0",
"node-uuid": "~1.4.3",
"ui-router": "~0.2.13"
},
"devDependencies": {
"angular-mocks": "^1.7.5"
},
"appPath": "app",
"resolutions": {
"angular": "^1.7.5",
"angular-gridster": "~0.13.14"
}
}