Skip to content

Commit

Permalink
freeze versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed May 5, 2016
1 parent f52324d commit 16a4cbe
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
100755 → 100644
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"
}
}

0 comments on commit 16a4cbe

Please sign in to comment.