-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.16 KB
/
bower.json
File metadata and controls
47 lines (47 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
{
"name": "anthCraft",
"version": "0.0.1",
"homepage": "https://github.com/changyou/anthCraft",
"authors": [
"Li Yi <i@ijser.cn>"
],
"description": "anthCraft app",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.6",
"angular-cookies": "~1.2.2",
"angular-route": "~1.2.2",
"angular-sanitize": "~1.2.2",
"angular-resource": "~1.2.2",
"json3": "~3.2.5",
"es5-shim": "~2.1.0",
"normalize-css": "~2.1.3",
"font-awesome": "~4.0.3",
"angular-local-storage": "*",
"ngprogress": "~1.0.4",
"angular-dragndrop": "~1.0.4",
"angular-bootstrap": "~0.9.0",
"angular-touch": "~1.2.7",
"ng-file-upload": "~1.2.3",
"audio5js": "*",
"angular-ui-router": "0.2.8-bowratic-tedium",
"angular-translate": "~2.0.0",
"angular-translate-loader-static-files": "~0.1.7",
"angular-translate-storage-local": "~0.1.7",
"angular-animate": "~1.2.14"
},
"resolutions": {
"angular": "1.2.6",
"angular-cookies": "~1.2.2",
"angular-translate": "~2.0.0"
}
}