-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 880 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
{
"name": "brunch-threejs-es6",
"description": "Brunch skeleton for beginning a three.js project.",
"author": "Jérémie Boulay",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Jeremboo/brunch-threejs-es6"
},
"scripts": {
"start": "brunch watch --server",
"deploy": "rm -rf public/ && npm install && bower install && brunch build --production",
"build": "brunch build --production"
},
"dependencies": {
"auto-reload-brunch": ">= 1.0 < 1.9",
"babel-brunch": "^5.1.2",
"clean-css-brunch": ">= 1.0 < 1.9",
"css-brunch": ">= 1.0 < 1.9",
"glslify-brunch": "^1.0.0",
"javascript-brunch": ">= 1.0 < 1.9",
"uglify-js-brunch": ">= 1.0 < 1.9"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"brunch": "^1.8.5",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1"
}
}