shipit-captain
Version:
Shipit task running wrapper
28 lines (27 loc) • 595 B
JSON
{
"name": "shipit-captain",
"version": "0.4.4",
"description": "Shipit task running wrapper",
"main": "index.js",
"repository": "timkelty/shipit-captain",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"shipit",
"deploy"
],
"author": "Tim Kelty",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.34",
"bluebird-inquirer": "0.0.1",
"chalk": "^1.1.0",
"lodash": "^3.10.0",
"shipit-cli": "^1.3.0",
"shipit-deploy": "^2.0.0",
"shipit-utils": "^1.3.0",
"yargs": "^3.15.0"
}
}