forked from marionettejs/marionette-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 883 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
{
"name": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"build": "eslint app && brunch build --production",
"test": "brunch b --env test"
},
"dependencies": {
"jquery": "~1.12.2",
"backbone": "~1.3.3",
"underscore": "^1.8.0",
"backbone.marionette": "~3.0.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"brunch": "~2.5.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"eslint": "^2.11.1",
"javascript-brunch": "^2.0.0",
"karma-brunch": "~1.0.0",
"mocha": "^2.5.1",
"phantomjs-prebuilt": "^2.1.7",
"uglify-js-brunch": "^2.0.0",
"underscore-brunch": "~1.4.0"
}
}