UNPKG

1.56 kBJSONView Raw
1{
2 "name": "copy-files-from-to",
3 "version": "1.3.0",
4 "description": "Copy files from one path to another, based on the instructions provided in a configuration file.",
5 "main": "index.js",
6 "bin": {
7 "copy-files-from-to": "./index.js"
8 },
9 "directories": {
10 "test": "test"
11 },
12 "scripts": {
13 "lint": "eslint .",
14 "start": "node index.js",
15 "mocha": "mocha",
16 "test": "npm run lint && npm run mocha"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/webextensions/copy-files-from-to.git"
21 },
22 "keywords": [
23 "copy",
24 "file",
25 "files",
26 "from",
27 "one",
28 "path",
29 "to",
30 "another",
31 "folder",
32 "directory",
33 "create",
34 "instructions",
35 "configuration",
36 "node_modules",
37 "request",
38 "http",
39 "https",
40 "remote",
41 "url",
42 "resource",
43 "source",
44 "code"
45 ],
46 "author": "Priyank Parashar",
47 "license": "MIT",
48 "bugs": {
49 "url": "https://github.com/webextensions/copy-files-from-to/issues"
50 },
51 "homepage": "https://github.com/webextensions/copy-files-from-to#readme",
52 "dependencies": {
53 "async": "2.6.2",
54 "chalk": "2.4.2",
55 "cjson": "0.5.0",
56 "cp-file": "6.1.0",
57 "fast-glob": "^2.2.6",
58 "glob-parent": "^3.1.0",
59 "is-glob": "^4.0.0",
60 "is-utf8": "^0.2.1",
61 "lodash": "4.17.11",
62 "md5": "^2.2.1",
63 "mkdirp": "0.5.1",
64 "note-down": "0.2.1",
65 "request": "2.88.0",
66 "uglify-js": "3.4.9",
67 "yargs": "13.2.2"
68 },
69 "devDependencies": {
70 "eslint": "5.16.0",
71 "mocha": "6.1.4"
72 }
73}