Skip to content

Instantly share code, notes, and snippets.

@bopbi
Created April 13, 2013 16:33
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 bopbi/5379104 to your computer and use it in GitHub Desktop.
Save bopbi/5379104 to your computer and use it in GitHub Desktop.
kulinr api package.json
{
"name": "KulinrAPI",
"subdomain": "kulinr-api",
"version": "0.0.1-121",
"scripts": {
"start": "node ./app.js"
},
"domains": [
"api.kulinr.com"
],
"engines": {
"node": "0.8.x",
"npm": "1.1.69"
},
"dependencies": {
"express": "3.0.6",
"express-validator": "0.3.0",
"jade": "0.27.5",
"mongodb": "1.2.14",
"json-gate": "0.8.17",
"oauthorize": "0.1.0",
"passport": "0.1.15",
"passport-local": "0.1.6",
"passport-http-oauth": "0.1.1",
"connect-ensure-login": "0.1.0",
"gm": "1.7.0",
"knox": "0.4.4",
"mime": "1.2.7",
"async": "0.2.5",
"underscore": "1.4.3",
"gm-buffer": "0.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment