Skip to content

Instantly share code, notes, and snippets.

@porsager
Created October 1, 2012 15:39
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 porsager/3812567 to your computer and use it in GitHub Desktop.
Save porsager/3812567 to your computer and use it in GitHub Desktop.
jitsu package.json
{
"name": "doableapi",
"version": "0.0.1-45",
"private": true,
"dependencies": {
"express": ">= 2.5.0",
"mongodb": ">= 0.9.6-7",
"mongoose": ">= 2.3.9",
"mongoose-types": ">= 0",
"underscore": ">= 1.2.1",
"node-uuid": ">= 1.3.3",
"connect-mongo": ">= 0.2.0",
"bcrypt": ">= 0.5.0",
"everypaas": ">= 0.0.6",
"nodemailer": ">= 0.3.18"
},
"domains": [
"api.mydoable.com"
],
"env": {
"PYTHON": "/opt/local/bin/python2.7"
},
"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