forked from freeall/dependency-hunter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 903 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 903 Bytes
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
{
"name": "dependency-hunter",
"version": "3.1.0",
"description": "Find node.js dependencies in github repositories. Goes through package.json in each repository so you can easily find dependencies and devDependencies",
"keywords": [
"dependency",
"dependencies",
"devDependency",
"devDependencies",
"module",
"package.json",
"github",
"repo",
"repository",
"repositories",
"find",
"search",
"user",
"organization"
],
"main": "dependency-hunter.js",
"bin": {
"dependency-hunter": "dependency-hunter.js"
},
"repository": "git@github.com:freeall/dependency-hunter.git",
"dependencies": {
"after-all": "^2.0.2",
"ghauth": "^3.0.0",
"github": "^3.1.1",
"relaxed-json": "^1.0.0",
"single-line-log": "^1.0.0",
"xtend": "^4.0.1"
},
"author": "Tobias Baunbæk <tba@e-conomic.com>",
"license": "MIT"
}