-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·42 lines (42 loc) · 853 Bytes
/
bower.json
File metadata and controls
executable file
·42 lines (42 loc) · 853 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
{
"name": "brunch-with-foo",
"version": "0.1.0",
"main": "public/javascripts/app.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"swag": "^0.7.0",
"backbone.marionette": "^2.4.0",
"jquery": "^2",
"normalize-css": "^3.0.3",
"h5bp-helpers": "^0.1",
"isMobile": "^0.3.5",
"gsap": "^1.15.1",
"bowser": "^1.0.0",
"memory-stats": "*",
"neat": "^1.7.1",
"bourbon": "^4.2.1",
"fastclick": "latest",
"howler.js": "~1.1.28"
},
"overrides": {
"backbone.marionette": {
"backbone": "^1.2.3",
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"jquery": "^1.8.0 || ^2.0.0"
},
"font-awesome": {
"main": [
"fonts",
"css"
]
},
"swag": {
"dependencies": {}
}
}
}