UNPKG

635 BJSONView Raw
1{
2 "name": "cp",
3 "version": "0.1.1",
4 "description": "cp for node",
5 "keywords": [
6 "fs",
7 "copy",
8 "cp"
9 ],
10 "author": "Stephen Mathieson <me@stephenmathieson.com>",
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/stephenmathieson/node-cp.git"
14 },
15 "dependencies": {},
16 "devDependencies": {
17 "mocha": "~1.11.0",
18 "should": "~1.2.2",
19 "glob": "~3.2.1",
20 "jshint": "~2.1.4"
21 },
22 "main": "index",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/stephenmathieson/node-cp/issues"
26 },
27 "directories": {
28 "test": "test"
29 },
30 "scripts": {
31 "test": "make test"
32 }
33}