doop-cli
Version:
Doop CLI helper to perform unit based operations on the current project
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "doop-cli",
"version": "1.3.0",
"description": "Doop CLI helper to perform unit based operations on the current project",
"main": "index.js",
"bin": {
"doop": "./doop.js"
},
"keywords": [
"mfdc",
"doop",
"cli"
],
"author": "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MomsFriendlyDevCo/doop-cli/issues"
},
"homepage": "https://github.com/MomsFriendlyDevCo/doop-cli#readme",
"dependencies": {
"async-chainable": "^2.3.2",
"async-chainable-exec": "^1.3.4",
"async-chainable-flush": "^1.0.0",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"glob": "^7.1.2",
"glob-all": "^3.1.0",
"homedir": "^0.6.0",
"ini": "^1.3.4",
"inquirer": "^3.3.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0",
"ncp": "^2.0.0",
"node-sha1": "^1.0.1",
"rimraf": "^2.6.2",
"spawn-args": "^0.2.0",
"temp": "^0.8.3"
},
"engines": {
"node": "6.0.0"
}
}