o3-panther-cli
Version:
Panther CLI for developing and editing sites.
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "o3-panther-cli",
"version": "1.0.13",
"description": "Panther CLI for developing and editing sites.",
"main": "index.js",
"scripts": {
"test": "node index.js deploy",
"release": "git pull && git add -A && git commit -am \"release update\" && git push && npm version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maumock-origami3/o3-panther-cli.git"
},
"keywords": [
"Panther",
"Origami",
"3",
"origami3",
"command",
"line"
],
"author": "Michael Aumock <tech@origami3.com> (https://origami3.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/maumock-origami3/o3-panther-cli/issues"
},
"homepage": "https://github.com/maumock-origami3/o3-panther-cli#readme",
"dependencies": {
"commander": "^2.13.0",
"express": "^4.16.2",
"express-http-proxy": "^1.1.0",
"inquirer": "^5.0.1",
"jszip": "^3.1.5",
"minimist": "^1.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}