-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
35 lines (35 loc) · 873 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
{
"name": "web",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.0",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-sanitize": "~1.2.0",
"requirejs": "~2.1.4",
"modernizr": "~2.6.2",
"jquery": "~1.9.1",
"requirejs-domready": "~2.0.1",
"angular-ui": "~0.4.0",
"smart-table": "~0",
"smartKv": "~0.0.0",
"angular-route": "~1.2.10",
"momentjs": "~2.5.1",
"lodash": "~2.4.1",
"angular-busy": "~4.0.1",
"angular-snap": "~1.4.1",
"snapjs": "*",
"angular-bootstrap": "~0.11.0",
"bootstrap-sass": "git://github.com/twbs/bootstrap-sass.git#v3.1.0",
"sass-respond": "~0.1.0"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
},
"resolutions": {
"angular": "~1.2.0"
}
}