|
@@ -4,10 +4,11 @@
|
|
|
"description": "",
|
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
|
- "dev": "supervisor --harmony index.js",
|
|
|
+ "dev": "NODE_ENV=development supervisor --harmony index.js",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
"start": "NODE_ENV=production pm2 start index.js --node-args='--harmony' --name 'node-elm'",
|
|
|
- "stop": "NODE_ENV=production pm2 stop index.js --node-args='--harmony' --name 'node-elm'"
|
|
|
+ "stop": "NODE_ENV=production pm2 stop index.js --node-args='--harmony' --name 'node-elm'",
|
|
|
+ "restart": "NODE_ENV=production pm2 restart index.js --node-args='--harmony' --name 'node-elm'"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|