UNPKG

945 BJSONView Raw
1{
2 "name": "filecopy",
3 "version": "2.0.2",
4 "description": "Copy files.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "prepublish": "./ci/build.js"
9 },
10 "repository": "okunishinishi/node-filecopy",
11 "keywords": [
12 "file",
13 "copy"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "url": "http://okunishitaka.com"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/okunishinishi/node-filecopy/issues"
22 },
23 "homepage": "https://github.com/okunishinishi/node-filecopy#readme",
24 "dependencies": {
25 "aglob": "^1.0.1",
26 "argx": "^3.0.0",
27 "asfs": "^1.0.5",
28 "co": "^4.6.0"
29 },
30 "devDependencies": {
31 "amocha": "^1.0.9",
32 "ape-releasing": "^4.0.2",
33 "ape-reporting": "^3.0.1",
34 "ape-tasking": "^4.0.7",
35 "ape-tmpl": "^5.0.14",
36 "ape-updating": "^4.0.4",
37 "coz": "^6.0.14",
38 "injectmock": "^2.0.0"
39 },
40 "engines": {
41 "node": ">=6",
42 "npm": ">=3"
43 }
44}