workbench-template-view
Version:
a tool for download git repository
35 lines (34 loc) • 668 B
JSON
{
"name": "workbench-template-view",
"version": "0.3.0",
"description": "a tool for download git repository",
"author": "hzxulin <hzxulin@yeah.net>",
"main": "index.js",
"scripts": {
"bia": "node index.js"
},
"bin": {
"bia": "bin/bia"
},
"keywords": [
"npm",
"psc",
"bia",
"bia-tool",
"auto"
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"detect-port": "^1.2.1",
"download-git-repo": "^1.0.1",
"figlet": "^1.2.0",
"fs-extra": "^2.1.2",
"inquirer": "^3.2.1",
"opn": "^5.1.0",
"ora": "^1.2.0",
"path": "^0.12.7",
"serve": "^6.0.2"
}
}