shipit-pm2
Version:
PM2 tasks for shipit.
43 lines (42 loc) • 909 B
JSON
{
"name": "shipit-pm2",
"version": "0.0.4",
"description": "PM2 tasks for shipit.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/callerc1/shipit-pm2.git"
},
"keywords": [
"shipit",
"deploy",
"task",
"pm2"
],
"author": {
"name": "Chris Caller",
"email": "callerc1@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/callerc1/shipit-pm2/issues"
},
"homepage": "https://github.com/callerc1/shipit-pm2",
"devDependencies": {
"shipit-cli": "^1.1.0"
},
"dependencies": {
"bluebird": "^2.9.1",
"chalk": "^0.5.1",
"mkdirp": "^0.5.0",
"jsonfile": "^2.0.0",
"path2": "^0.1.0",
"path-is-absolute": "^1.0.0",
"shipit-utils": "^1.1.3",
"sprintf-js": "^1.0.2",
"yargs": "^3.4.5"
}
}