-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 972 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
38
39
40
41
42
43
44
{
"author": "Your Name",
"name": "package-name",
"description": "Package description",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9 || 0.10"
},
"scripts": {
"start": "brunch watch --server"
},
"dependencies": {
"javascript-brunch": "> 1.0 < 1.5",
"coffee-script-brunch": "> 1.0 < 1.5",
"css-brunch": "> 1.0 < 1.5",
"stylus-brunch": "> 1.0 < 1.5",
"jade-brunch": "> 1.0 < 1.5",
"clean-css-brunch": "> 1.0 < 1.5",
"coffeelint-brunch": "> 1.0 < 1.5",
"ugly-blanket-brunch": "~1.5.3",
"async": "*",
"socket.io": "*",
"express": "*",
"jade": "~0.28.2",
"debug": "~0.7.2",
"ansi-color": "*",
"date-utils": "*",
"growl": "*",
"cordell": "*"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon": "*",
"sinon-chai": "*",
"supertest": "*",
"blanket": "*"
}
}