You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
661 B
31 lines
661 B
|
7 months ago
|
{
|
||
|
|
"name" : "ncp",
|
||
|
|
"version" : "0.4.2",
|
||
|
|
"author": "AvianFlu <charlie@charlieistheman.com>",
|
||
|
|
"description" : "Asynchronous recursive file copy utility.",
|
||
|
|
"bin": {
|
||
|
|
"ncp": "./bin/ncp"
|
||
|
|
},
|
||
|
|
"devDependencies" : {
|
||
|
|
"vows" : "0.6.x",
|
||
|
|
"rimraf" : "1.0.x",
|
||
|
|
"read-dir-files" : "0.0.x"
|
||
|
|
},
|
||
|
|
"main": "./lib/ncp.js",
|
||
|
|
"repository" : {
|
||
|
|
"type" : "git",
|
||
|
|
"url" : "https://github.com/AvianFlu/ncp.git"
|
||
|
|
},
|
||
|
|
"keywords" : [
|
||
|
|
"cli",
|
||
|
|
"copy"
|
||
|
|
],
|
||
|
|
"license" : "MIT",
|
||
|
|
"engine" : {
|
||
|
|
"node" : ">=0.4"
|
||
|
|
},
|
||
|
|
"scripts" : {
|
||
|
|
"test": "vows --isolate --spec"
|
||
|
|
}
|
||
|
|
}
|