UNPKG

647 BJSONView Raw
1{
2 "name": "copyfiles",
3 "version": "2.2.0",
4 "description": "copy some files",
5 "main": "index.js",
6 "bin": {
7 "copyfiles": "./copyfiles",
8 "copyup": "./copyfiles"
9 },
10 "scripts": {
11 "test": "tape test/test.*.js | tspec"
12 },
13 "author": "",
14 "license": "MIT",
15 "dependencies": {
16 "glob": "^7.0.5",
17 "minimatch": "^3.0.3",
18 "mkdirp": "^0.5.1",
19 "noms": "0.0.0",
20 "through2": "^2.0.1",
21 "yargs": "^13.2.4"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/calvinmetcalf/copyfiles.git"
26 },
27 "devDependencies": {
28 "rimraf": "^2.2.6",
29 "tape": "^4.6.0",
30 "tap-spec": "^5.0.0"
31 }
32}