UNPKG

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