forked from marionettejs/marionette-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 825 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
{
"name": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "make start",
"build": "eslint app && make build",
"test": "make start && casperjs test test/example_spec.js"
},
"dependencies": {
"backbone": "~1.3.3",
"backbone.marionette": "git://github.com/marionettejs/backbone.marionette#v3.0.0-pre.5",
"jquery": "~1.12.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.9.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"casperjs": "^1.1.1",
"eslint": "^2.11.1",
"http-server": "^0.9.0",
"jstify": "^0.14.0",
"node-underscorify": "0.0.14",
"phantomjs": "^2.1.7"
}
}