-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 855 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
{
"name": "bens-boilerplate",
"version": "0.0.1",
"authors": [
"Ben Daley <benjamindaley@gmail.com>"
],
"description": "A project starter boilerplate for developing JS applications.",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/vendor",
"test",
"tests"
],
"devDependencies": {
"backbone-amd": "~1.1.0",
"underscore-amd": "~1.5.2",
"backbone.marionette": "~1.3.0",
"backbone.wreqr": "~0.2.0",
"backbone.babysitter": "~0.0.6",
"handlebars": "~1.0.0",
"requirejs-google-analytics": "~0.1.5",
"requirejs-handlebars": "https://github.com/jfparadis/requirejs-handlebars.git",
"jasmine": "~1.3.1",
"requirejs-domready": "~2.0.1",
"requirejs-text": "~2.0.10"
},
"dependencies": {
"requirejs": "~2.1.9"
}
}