-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 991 Bytes
/
package.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
{
"name": "backbone-browserify",
"version": "0.0.1",
"description": "Boilerplate for Backbone.js + Browserify + Handlebars + Grunt",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/shebson/backbone-browserify.git"
},
"scripts": {
"test": "./node_modules/.bin/testem ci"
},
"author": "Stephen Hebson",
"license": "MIT",
"private": true,
"dependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~3.2.0",
"backbone": "~1.1.2",
"underscore": "~1.7.0",
"jquery": "~2.1.1",
"handlebars": "~2.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-less": "~0.12.0",
"hbsfy": "~2.2.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-aws-s3": "~0.9.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-jslint": "~1.1.12",
"testem": "~0.6.22",
"mocha": "~2.0.1",
"chai": "~1.9.2",
"bootstrap": "~3.3.0"
}
}