pmint
Version:
PepperMint CMS command-line tools
29 lines (28 loc) • 588 B
JSON
{
"name": "pmint",
"version": "0.0.6",
"description": "PepperMint CMS command-line tools",
"main": "./index.js",
"bin": "./bin/PMINT",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"PepperMint",
"CMS",
"PM"
],
"author": "Makerimages",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.4",
"async": "^0.9.0",
"colors": "^1.0.3",
"commander": "^2.5.0",
"download-github-repo": "^0.1.3",
"inquirer": "^0.8.0",
"ncp": "^1.0.1",
"request": "^2.48.0"
}
}