biatest
Version:
a test tool for download git repository
30 lines (29 loc) • 542 B
JSON
{
"name": "biatest",
"version": "0.2.7",
"description": "a test tool for download git repository",
"author": "hzxulin <hzxulin@yeah.net>",
"main": "index.js",
"scripts": {
"biatest": "node index.js"
},
"bin": {
"biatest": "bin/bia"
},
"keywords": [
"npm",
"psc",
"bia",
"bia-tool",
"auto"
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"download-git-repo": "^1.0.1",
"fs-extra": "^2.1.2",
"ora": "^1.2.0",
"path": "^0.12.7"
}
}