forked from tmackness/dropbox-ignore-node_modules
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "dropbox-recursive-ignore-node_modules",
"version": "1.0.0",
"description": "Recursively ignores node_modules folders on your dropbox account so they won't sync",
"main": "index.js",
"dependencies": {
"balanced-match": "^1.0.0",
"brace-expansion": "^1.1.11",
"concat-map": "^0.0.1",
"fs.realpath": "^1.0.0",
"glob": "^7.1.6",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-docker": "^2.1.1",
"is-wsl": "^2.2.0",
"minimatch": "^3.0.4",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"wrappy": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeno/dropbox-recursive-ignore-node_modules.git"
},
"keywords": [
"dropbox",
"node_modules",
"sync",
"node modules",
"cli",
"nosync"
],
"author": "Xeno",
"license": "ISC",
"bin": {
"dropignore": "./index.js",
"di": "./index.js"
},
"bugs": {
"url": "https://github.com/xeno/dropbox-recursive-ignore-node_modules/issues"
},
"homepage": "https://github.com/xeno/dropbox-recursive-ignore-node_modules#readme"
}