forked from jhipster/jhipster-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 947 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": "jhipster",
"version": "0.0.0",
"appPath": "src/main/webapp",
"testPath": "src/test/javascript/spec",
"dependencies": {
"bootstrap": "3.3.2",
"modernizr": "2.8.3",
"jquery": "2.1.3",
"json3": "3.3.2",
"angular-ui-router": "0.2.13",
"angular": "1.3.11",
"angular-resource": "1.3.11",
"angular-cookies": "1.3.11",
"angular-sanitize": "1.3.11",
"angular-i18n": "1.3.11",
"angular-translate": "2.6.0",
"angular-translate-storage-cookie": "2.6.0",
"angular-translate-loader-partial": "2.6.0",
"angular-dynamic-locale": "0.1.24",
"angular-local-storage": "0.1.5",
"swagger-ui": "2.0.24",
"angular-cache-buster": "0.4.3",
"ngInfiniteScroll": "1.2.0"
},
"devDependencies": {
"angular-mocks": "1.3.11",
"angular-scenario": "1.3.11"
},
"resolutions": {
"angular": "1.3.11",
"angular-cookies": "1.3.11",
"jquery": "2.1.3"
}
}