Skip to content

Commit

Permalink
Update versions of the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meritt committed Jan 8, 2013
1 parent 34659ed commit 674fc33
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -4,22 +4,22 @@
, "description": "Wrapper for the GitHub gist API v3"
, "keywords": ["github", "gist", "api", "wrapper"]
, "author": "Alexey Simonenko <alexey@simonenko.su>"
, "homepage": "http://github.com/meritt/node-gisty"
, "homepage": "http://simonenko.su/projects/node-gisty"
, "main": "./lib/gisty"
, "repository": {
"type": "git"
, "url": "http://github.com/meritt/node-gisty.git"
, "url": "https://github.com/meritt/node-gisty.git"
}
, "main": "./lib/gisty"
, "engines": {
"node": ">=0.6.0 <0.7.0"
"node": ">=0.6.0 <0.9.0"
}
, "dependencies": {
"request": ">=2.9"
}
"request": "2.12.x"
}
, "devDependencies": {
"coffee-script": ">=1.3.0"
, "everyauth": ">=0.2.32"
, "express": ">=2.5.9"
, "ejs": ">=0.7.1"
"coffee-script": "1.4.x"
, "everyauth": "0.2.x"
, "express": "2.5.x"
, "ejs": "0.7.x"
}
}

0 comments on commit 674fc33

Please sign in to comment.