fuzhi
Version:
copy file and directory in node command
24 lines (23 loc) • 404 B
JSON
{
"name": "fuzhi",
"version": "1.0.0",
"author": "leinov",
"description": "copy file and directory in node command",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:leinov/fuzhi.git"
},
"bin": {
"fuzhi": "./bin/fuzhi"
},
"dependencies": {
"chalk": "^2.4.1"
},
"keywords": [
"node",
"copy",
"fuzhi",
"leinov"
],
"license": "ISC"
}