-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (32 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (32 loc) · 821 Bytes
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
{
"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"
},
"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",
"eco-brunch": "> 1.0 < 1.5",
"uglify-js-brunch": "> 1.0 < 1.5",
"clean-css-brunch": "> 1.0 < 1.5",
"auto-reload-brunch": "> 1.0 < 1.5"
},
"devDependencies": {
"mocha": "0.14.0",
"expect.js": "0.1.2",
"ws": "0.4.21"
}
}