-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 796 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
{
"author": "Your Name",
"license": "MIT",
"name": "package-name",
"version": "0.0.1",
"description": "Package description.",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"forever": "latest",
"bower": "latest",
"brunch": "latest",
"coffee-script": "latest",
"es6-promise": "latest",
"javascript-brunch": "latest",
"css-brunch": "latest",
"less-brunch": "latest",
"auto-reload-brunch": "latest",
"uglify-js-brunch": "latest",
"clean-css-brunch": "latest",
"cjsx-brunch": "latest"
},
"scripts": {
"start": "forever start -a -o log/out.log -e log/err.log --sourceDir node_modules/.bin brunch watch --server",
"stop": "forever stopall ; killall npm node nodejs 2> /dev/null"
}
}