pda
Version:
this project to init some folder,help you create new folder.
29 lines (28 loc) • 560 B
JSON
{
"name": "pda",
"version": "0.0.4",
"description": "this project to init some folder,help you create new folder.",
"main": "bin/index.js",
"scripts": {
"test": "node bin/index --version"
},
"repository": {
"type": "git",
"url": "https://github.com/channg/pda"
},
"keywords": [
"pda"
],
"author": "xuezhiwen",
"license": "ISC",
"bin": {
"pda": "bin/index.js"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.12.2",
"download": "^6.2.5",
"progress": "^2.0.0",
"tar": "^4.1.1"
}
}