jkcamuscli
Version:
31 lines (30 loc) • 586 B
JSON
{
"name": "jkcamuscli",
"version": "1.0.2",
"description": "",
"main": "index.js",
"bin": {
"camus": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"camus",
"vue",
"vueCli"
],
"homepage": "https://github.com/JKCamus/JKCamusCli",
"repository": {
"type": "git",
"url": "https://github.com/JKCamus/JKCamusCli"
},
"author": "camus",
"license": "MIT",
"dependencies": {
"commander": "^6.2.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.5",
"open": "^7.3.0"
}
}