Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created August 9, 2011 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oivoodoo/1133845 to your computer and use it in GitHub Desktop.
Save oivoodoo/1133845 to your computer and use it in GitHub Desktop.
{
"name": "chrome-games",
"description": "Small webserver for storing games settings",
"version": "0.0.1",
"author": "Alexander Korsak<alex.korsak@gmail.com>",
"contributors": [
{ "name": "Alexander Korsak", "email": "alex.korsak@gmail.com" }
],
"dependencies": {
"express": ">= 2.0.0",
"jade": ">= 0.13.0",
"stylus": ">= 0.13.8"
},
"devDependencies": {
"connect-redis": ">= 0.0.1"
},
"keywords": ["webserver"],
"repository": "git://github.com/visionmedia/express",
"main": "index",
"engines": { "node": ">= 0.4.9 < 0.7.0" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment