ajplus-cli
Version:
vue template
47 lines (46 loc) • 1.03 kB
JSON
{
"bin": {
"aj": "bin/aj",
"aj-add": "bin/aj-add",
"aj-delete": "bin/aj-delete",
"aj-list": "bin/aj-list",
"aj-init": "bin/aj-init",
"aj-create-vue": "bin/aj-create-vue"
},
"name": "ajplus-cli",
"version": "1.0.0",
"description": "vue template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "leeyen",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"download-git-repo": "^1.1.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"inquirer": "^6.2.2",
"latest-version": "^3.1.0",
"log-symbols": "^2.2.0",
"metalsmith": "^2.3.0",
"ora": "^3.2.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liyan0411/aj-cli.git"
},
"keywords": [
"cli",
"aj"
],
"bugs": {
"url": "https://github.com/liyan0411/aj-cli/issues"
},
"homepage": "https://github.com/liyan0411/aj-cli#readme"
}