forked from spencermountain/dumpster-dive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f52324d
commit 16a4cbe
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)", | ||
"name": "wikipedia-to-mongodb", | ||
"description": "stream a wikipedia dump into mongo", | ||
"version": "1.0.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/spencermountain/wikipedia-to-mongodb.git" | ||
}, | ||
"main": "index.js", | ||
"engines": [ | ||
"node = 0.10.33" | ||
], | ||
"dependencies": { | ||
"wtf_wikipedia": "*", | ||
"xml-stream":"*", | ||
"mongodb":"*", | ||
"unbzip2-stream": "*" | ||
} | ||
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)", | ||
"name": "wikipedia-to-mongodb", | ||
"description": "stream a wikipedia dump into mongo", | ||
"version": "1.0.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/spencermountain/wikipedia-to-mongodb.git" | ||
}, | ||
"main": "index.js", | ||
"engines": [ | ||
"node = 0.10.33" | ||
], | ||
"dependencies": { | ||
"mongodb": "^2.1.18", | ||
"unbzip2-stream": "^1.0.9", | ||
"wtf_wikipedia": "^0.3.2", | ||
"xml-stream": "^0.4.5" | ||
} | ||
} |