Skip to content

Instantly share code, notes, and snippets.

@porsager
Created February 18, 2013 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save porsager/4974448 to your computer and use it in GitHub Desktop.
Save porsager/4974448 to your computer and use it in GitHub Desktop.
{
"name": "doableapi",
"version": "0.0.91-115",
"private": true,
"dependencies": {
"express": "3.1.x",
"express-partials": "0.0.x",
"mongodb": "1.1.x",
"mongoose": "3.4.x",
"underscore": "1.4.x",
"node-uuid": "1.3.x",
"connect-mongo": "0.3.x",
"bcrypt": "0.7.x",
"async": "0.1.x",
"winston": "0.6.x",
"winston-mail": "0.2.x",
"restler": "2.0.x",
"apn": "1.2.x",
"ejs": "0.8.x",
"api-easy": "0.3.x",
"cron": "1.0.x"
},
"domains": [
"api.mydoable.com"
],
"subdomain": "doableapi",
"scripts": {
"start": "node appjitsu.js",
"test": "vows ./test/*.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment