Skip to content

Commit

Permalink
Minor package.json improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Apr 23, 2012
1 parent 8a2790f commit eb0e40a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"main": "./lib",
"dependencies": {
"http-status": "0.1.0",
"request": "2.1.x",
"http-status": "~0.1.0",
"request": "~2.1.1",
"streamline": "~0.2.4"
},
"devDependencies": {
Expand All @@ -26,12 +26,10 @@
"api",
"client"
],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"licenses": [{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"repository" : {
"type" : "git",
"url" : "https://github.com/thingdom/node-neo4j.git"
Expand Down

0 comments on commit eb0e40a

Please sign in to comment.