forked from feross/zelda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 924 Bytes
/
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
{
"name": "zelda",
"description": "Automatically `npm link` all your packages together!",
"version": "3.2.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "http://feross.org/"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/zelda/issues"
},
"dependencies": {
"find-root": "~0.1.1",
"minimist": "^1.1.0",
"rimraf": "^2.2.8",
"run-parallel": "^1.1.4",
"run-series": "^1.1.4",
"uniq": "^1.0.1"
},
"devDependencies": {
"standard": "*"
},
"homepage": "https://github.com/feross/zelda/",
"keywords": [
"all",
"automatic",
"mad science",
"npm link",
"npm link everything",
"recursive",
"zelda"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/zelda.git"
},
"scripts": {
"test": "standard"
}
}