forked from OzayOrg/ozay-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1.16 KB
/
bower.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
47
48
{
"name": "ozay",
"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"
},
"homepage": "https://github.com/OzayOrg/ozay-backend",
"authors": [
"ozayllc"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/main/webapp/bower_components",
"test",
"tests"
]
}