forked from zhangtao07/fis3-angular-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 773 Bytes
/
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
{
"name": "pure-angular-demo",
"version": "0.0.0",
"authors": [
"hefangshi <[email protected]>"
],
"keywords": [
"fis",
"angular"
],
"license": "BSD",
"homepage": "https://github.com/hefangshi/pure-angular-demo",
"repository": {
"type": "git",
"url": "git://github.com/hefangshi/pure-angular-demo.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~0.13.0",
"angular": "~1.3.15",
"bootstrap": "3.3.4",
"angular-cookies": "~1.3.15",
"font-awesome": "~4.3.0",
"rdash-ui": "~1.0.1",
"ui-router": "~0.2.14"
}
}