-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·46 lines (46 loc) · 1.12 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "openboard",
"version": "0.0.0",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "~1.4.5",
"angular-mocks": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-schema-form": "~0.8.8",
"angular-schema-form-bootstrap": "~0.1.1",
"angular-socket-io": "~0.7.0",
"angular-toastr": "~1.5.0",
"angular-ui-router": "~0.2",
"angular-ui-utils": "~0.1",
"bootstrap": "~3.3.5",
"d3": "~3.5.6",
"font-awesome": "~4.4.0",
"interact": "~1.2.5",
"jquery": "~2.0",
"less.js": "~1.6",
"moment": "~2.5",
"objectpath": "~1.2.1",
"tv4": "~1.2.7",
"underscore": "~1.5"
},
"resolutions": {
"angular": "~1.4.5",
"objectpath": "~1.1.0",
"tv4": "~1.0.15",
"angular-cookies": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-animate": "~1.4.5",
"bootstrap": "~3.3.5",
"font-awesome": "~4.4.0",
"angular-mocks": "~1.4.5",
"angular-bootstrap": "~0.13.4"
}
}