UNPKG

476 BJSONView Raw
1{
2 "name" : "ncp",
3 "version" : "0.2.0",
4 "author": "AvianFlu <charlie@charlieistheman.com>",
5 "description" : "Asynchronous recursive file copy utility.",
6 "bin": {
7 "ncp": "./bin/ncp"
8 },
9 "main": "./lib/ncp.js",
10 "repository" : {
11 "type" : "git",
12 "url" : "https://github.com/AvianFlu/ncp.git"
13 },
14 "keywords" : [
15 "cli",
16 "copy"
17 ],
18 "license" : "MIT",
19 "engine" : {
20 "node" : ">=0.4"
21 }
22}