Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2012 21:13
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 anonymous/c67704be4bad9d9f30d5 to your computer and use it in GitHub Desktop.
Save anonymous/c67704be4bad9d9f30d5 to your computer and use it in GitHub Desktop.
package.json
{
"name": "nko3-wonderland-labs",
"version": "0.0.0-8",
"description": "Wonderland Labs",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nko3/wonderland-labs.git"
},
"dependencies": {
"underscore": ">=1.3.3",
"async": ">=0.1.22",
"ejs": ">=0.8.2",
"gate": ">=0.3.0",
"marked": ">=0.2.5",
"nuby-express": ">=2.1.15",
"nuby-factory": ">=1.0.2",
"underscore.string": ">=2.2.0rc",
"wrench": ">=1.3.9",
"twit": ">=1.0.1"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "wonderland-labs.nko3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment