-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.15 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
48
49
50
51
{
"name": "ecosystem-docs",
"version": "1.1.1",
"description": "Aggregate and store a collection of data for GitHub repositories, intended for use with documenting package ecosystems on npm",
"main": "index.js",
"license": "MIT",
"bin": {
"ecosystem-docs": "bin.js"
},
"scripts": {},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"after": "^0.8.1",
"debug": "^2.2.0",
"ghauth": "^3.0.0",
"level": "^1.1.0",
"level-sublevel": "^6.4.6",
"map-limit": "0.0.1",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"request": "^2.57.0",
"split": "^1.0.0",
"userhome": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/ecosystem-docs.git"
},
"preferGlobal": true,
"keywords": [
"documentation",
"docs",
"modules",
"packages",
"automatic",
"aggregate",
"store",
"pull",
"api",
"github"
],
"homepage": "https://github.com/hughsk/ecosystem-docs",
"bugs": {
"url": "https://github.com/hughsk/ecosystem-docs/issues"
}
}