File: /var/dev/nowruzgan/rest/node_modules/ncp/package.json
{
"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"
}
}