Skip to content

Commit

Permalink
Adds request and underscore to list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edubkendo committed Aug 17, 2012
1 parent 78166bf commit 82bb0f6
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions package.json
@@ -1,12 +1,24 @@
{
"name" : "gist",
"description" : "Gist api client for node.js",
"keywords" : [ "gist", "github", "api", "package.json" ],
"version" : "0.3.0",
"author" : "Max Ogden <mogden@gmail.com>",
"repository" : { "type" : "git",
"url" : "git://github.com/maxogden/node-gist.git" },
{
"name": "gist",
"description": "Gist api client for node.js",
"keywords": [
"gist",
"github",
"api",
"package.json"
],
"version": "0.3.0",
"author": "Max Ogden <mogden@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/maxogden/node-gist.git"
},
"main": "index",
"engines" : { "node" : ">=0.6.0" }
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"request": "~2.10.0",
"underscore": "~1.3.3"
}
}

0 comments on commit 82bb0f6

Please sign in to comment.