-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 KB
/
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
38
39
40
41
{
"author": "Joe Johnston",
"name": "canopy",
"description": "Brunch with Chaplin and Bootstrap.",
"version": "0.0.1",
"homepage": "https://github.com/canopyui/canopy",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "~0.10.38"
},
"scripts": {
"build": "brunch build",
"dev": "npm run serve-dev",
"serve-dev": "brunch watch --server",
"serve-production": "static --host-address 0.0.0.0 --port ${PORT:=4444} public",
"start": "npm run serve-production",
"test": "brunch test"
},
"dependencies": {
"node-static": "^0.7.6"
},
"devDependencies": {
"brunch": "^1.8.3",
"chai": "1.5",
"clean-css-brunch": ">= 1.0 < 1.6",
"coffee-script": "^1.9.2",
"coffee-script-brunch": ">= 1.0 < 1.6",
"css-brunch": ">= 1.0 < 1.6",
"handlebars-brunch": ">= 1.0 < 1.6",
"javascript-brunch": ">= 1.0 < 1.6",
"less-brunch": ">= 1.0 < 1.6",
"shelljs": "^0.5.0",
"sinon": "1.6",
"sinon-chai": "2.3",
"stylus-brunch": ">= 1.0 < 1.6",
"uglify-js-brunch": ">= 1.0 < 1.6"
}
}