-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
56 lines (56 loc) · 1.45 KB
/
bower.json
File metadata and controls
56 lines (56 loc) · 1.45 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
49
50
51
52
53
54
55
56
{
"name": "app",
"description": "dip",
"version": "0.0.1",
"homepage": "https://github.com/angular/angular-seed",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "^1.6.0",
"angular-route": "^1.6.0",
"angular-loader": "^1.6.0",
"angular-mocks": "^1.6.0",
"angular-animate": "^1.6.0",
"angular-sanitize": "^1.6.0",
"html5-boilerplate": "^5.3.0",
"jquery.layout": "*",
"angular-scroll-glue": "^2.0.7",
"angular-toastr": "^2.1.1",
"angular-bootstrap-datetimepicker": "^1.1.2",
"moment": "^2.15.1",
"bootstrap-switch": "^3.3.2",
"angular-bootstrap-switch": "^0.5.1",
"angular-translate": "^2.15.1",
"angular-translate-loader-static-files": "^2.12.1",
"angular-ui-router": "^1.0",
"angular-ui-tabs": "^0.1.6",
"animate.less": "*",
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3",
"bootstrap3-dialog": "^1.35.3",
"jquery.cookie": "jquery-cookie#^1.4.1",
"jquery-ui": "jquery.ui#1.11.2",
"jquery": "1.11.3",
"js-base64": "^2.1.9",
"angular-translate-once": "^1.0.3",
"ngInfiniteScroll": "^1.3.4"
},
"authors": [
"jiajc <[email protected]>"
],
"main": "DipNew",
"keywords": [
"DipNew",
"//\"angular-md5\":\"^0.1.10\"",
"//\"ui-bootstrap\":\"angular-ui-bootstrap#^2.4.0\""
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"devDependencies": {}
}