forked from spencermountain/dumpster-dive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 938 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
{
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "dumpster-dive",
"description": "get a wikipedia dump parsed into mongodb",
"version": "3.6.0",
"repository": {
"type": "git",
"url": "git://github.com/spencermountain/wikipedia-to-mongodb.git"
},
"bin": {
"dumpster": "./bin/dumpster.js"
},
"engines": {
"node": ">=6.0.0"
},
"main": "./src/index.js",
"scripts": {
"test": "node ./scripts/test.js",
"cleanup": "rm /tmp/worker.logs && touch /tmp/worker.logs",
"watch": "node ./scratch.js"
},
"dependencies": {
"chalk": "2.4.1",
"jsonfn": "^0.31.0",
"mongodb": "3.1.4",
"prettysize": "1.1.0",
"sunday-driver": "1.0.1",
"worker-nodes": "1.6.1",
"wtf_wikipedia": "5.3.0",
"yargs": "12.0.2"
},
"devDependencies": {
"shelljs": "0.8.2",
"tap-spec": "^5.0.0",
"tape": "4.9.1"
},
"license": "MIT"
}