forked from hackfoldr/hackfoldr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
50 lines (50 loc) · 1023 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hackfoldr",
"repo": "hackfoldr/hackfoldr",
"version": "0.1.1",
"main": "_public/js/app.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"commonjs-require-definition": "~0.1.2",
"jquery": "1.9.x",
"angular": "1.2.4",
"angular-cookies": "1.2.4",
"angular-animate": "1.2.4",
"angular-ui-sortable": "0.12.2",
"angular-ui-router": "0.2.0",
"angular-ui": "0.4.0",
"angular-mocks": "1.2.4",
"angular-scenario": "1.2.4",
"bootstrap-stylus": "2.3.2",
"csv-js": "*"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "*"
}
},
"angular-mocks": {
"main": "README.md"
},
"jquery": {
"main": "jquery.js"
},
"bootstrap-stylus": {
"main": [
"stylus/bootstrap.styl",
"stylus/responsive.styl"
]
},
"angular-scenario": {
"main": "README.md"
},
"angular-ui": {
"main": "build/angular-ui.js"
}
}
}