-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
66 lines (66 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "test",
"description": "",
"main": "index.js",
"license": "ISC",
"homepage": "https://github.com/angelwgh/test",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.28",
"angular-animate": "1.2.28",
"angular-cookies": "1.2.28",
"angular-resource": "1.2.28",
"angular-route": "1.2.28",
"angular-sanitize": "1.2.28",
"angular-touch": "1.2.28",
"angular-ui-router": "^0.2.14",
"restangular": "^1.5.1",
"oclazyload": "^0.6.3",
"bootstrap": "^3.3.4",
"requirejs": "^2.1.0",
"jquery": "^1.11.2",
"ui-router-extras": "~0.0.13",
"d3": "~3.5.5",
"lodash": "~3.8.0",
"angular-mocks": "1.2.28",
"cookies-js": "~1.2.1",
"ngprogress": "~1.1.1",
"webuploader_fex": "~0.1.5",
"cropper": "~0.10.1",
"jquery.nicescroll": "~3.6.0"
},
"devDependencies": {
"angular": "1.2.28",
"angular-animate": "1.2.28",
"angular-cookies": "1.2.28",
"angular-resource": "1.2.28",
"angular-route": "1.2.28",
"angular-sanitize": "1.2.28",
"angular-touch": "1.2.28",
"angular-ui-router": "^0.2.14",
"restangular": "^1.5.1",
"oclazyload": "^0.6.3",
"bootstrap": "^3.3.4",
"requirejs": "^2.1.0",
"jquery": "^1.11.2",
"ui-router-extras": "~0.0.13",
"d3": "~3.5.5",
"lodash": "~3.8.0",
"angular-mocks": "1.2.28",
"cookies-js": "~1.2.1",
"ngprogress": "~1.1.1",
"webuploader_fex": "~0.1.5",
"cropper": "~0.10.1",
"jquery.nicescroll": "~3.6.0",
"js-md5": "^2.7.0",
"kendo": "*",
"angular-ui-bootstrap": "0.12.0",
"angular-bootstrap": "0.12.0"
}
}