pm2/examples/module-init/package.json
2016-08-07 02:16:13 -07:00

18 lines
306 B
JSON

{
"name": "init-module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"apps" : [{
"script" : "index.js",
"env" : {
"PM2_WAIT_FOR_INIT" : 500
}
}],
"author": "",
"license": "ISC"
}