-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 816 Bytes
/
Copy pathbower.json
File metadata and controls
46 lines (46 loc) · 816 Bytes
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
{
"name": "depee",
"authors": [
"谢俏云 <xieqiaoyun258@pingan.com.cn>"
],
"description": "",
"main": "",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"overrides": {
"font-awesome": {
"main": [
"font-awesome/fonts/**/*"
]
},
"bootstrap-sass-official": {
"main": [
"assets/fonts/**/*"
]
}
},
"dependencies": {
"jquery": "^2.2.0",
"fastclick": "^1.0.6",
"angular": "~1.5.0",
"angular-cookies": "^1.5.0",
"angular-resource": "^1.5.0",
"font-awesome": "^4.6.2",
"bootstrap-sass": "^3.3.6",
"angular-ui-router": "^0.2.18"
}
}