forked from kanyun-inc/flyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 829 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
34
35
{
"name": "flyboard",
"version": "0.0.0",
"homepage": "https://github.com/yuantiku/flyboard",
"authors": [
"perfectworks <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public/bower_components"
],
"dependencies": {
"angular-resource": "~1.2.18",
"angular-route": "~1.2.18",
"bootstrap": "~3.1.1",
"angular": "~1.2.18",
"angular-cookies": "~1.2.18",
"jquery": "~2.1.1",
"underscore": "~1.6.0",
"angular-bootstrap": "~0.11.0",
"angular-animate": "~1.2.21",
"angular-dragdrop": "~1.0.7",
"font-awesome": "~4.2.0",
"angular-numeraljs": "~1.1.6",
"numeral": "~1.5.3",
"angular-socket-io": "~0.7.0",
"angular-translate": "~2.5.2"
}
}