Skip to content

Instantly share code, notes, and snippets.

@porsager
Created October 24, 2012 07:06
Show Gist options
  • Save porsager/3944483 to your computer and use it in GitHub Desktop.
Save porsager/3944483 to your computer and use it in GitHub Desktop.
{
"name": "doableapi",
"version": "0.0.4-23",
"private": true,
"dependencies": {
"express": "3.0.x",
"mongodb": "1.1.7",
"mongoose": "3.2.1",
"mongoose-types": "1.0.x",
"underscore": "1.4.x",
"node-uuid": "1.3.x",
"connect-mongo": "0.2.x",
"bcrypt": "0.7.x",
"nodemailer": "0.3.x",
"async": "0.1.x",
"winston": "0.6.x",
"winston-mail": "0.2.x",
"restler": "2.0.x",
"apn": "1.2.x"
},
"domains": [
"api.mydoable.com"
],
"subdomain": "doableapi",
"scripts": {
"start": "appjitsu.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment