-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (47 loc) · 952 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
{
"name": "marionette-test",
"version": "0.1.0",
"main": "public/javascripts/app.js",
"authors": [
"Hannes Wüthrich <hw@5px.ch>"
],
"description": "Test",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"font-awesome": "~4.1.0",
"angular": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-resource": "~1.2.0",
"angular-route": "~1.2.0",
"angular-leaflet": "master",
"angular-justgage": "master",
"justgage-bower": "toorshia/justgage"
},
"overrides": {
"bootstrap": {
"main": "dist/js/bootstrap.js"
},
"font-awesome": {
"main": "*"
},
"angular": {
"main": [
"angular.js",
"angular-csp.css"
]
},
"angular-justgage": {
"dependencies": {
"angular": "*",
"justgage-bower": "*"
}
}
}
}