Skip to content

Instantly share code, notes, and snippets.

@mquan
Created August 21, 2012 18:43
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 mquan/3418248 to your computer and use it in GitHub Desktop.
Save mquan/3418248 to your computer and use it in GitHub Desktop.
turbobin package.json
{
"name": "turbobin",
"description": "supercharge your point of sale",
"author": "Quan Nguyen",
"version": "0.8.6-12",
"dependencies": {
"express": "2.5.11",
"coffee-script": "1.3.3",
"socket.io": "0.9.10",
"underscore": "1.3.3",
"connect": "2.4.2",
"cookie": "0.0.4",
"async": "0.1.22",
"mongoose": "2.7.2",
"everyauth": "0.2.32",
"mongoose-auth": ">= 0.0.12",
"ejs": "0.8.0",
"stylus": "0.28.2",
"connect-assets": "2.2.1",
"connect-mongo": "0.1.9",
"i18next": ">= 1.5.0",
"bcrypt": "0.7.1",
"nodemailer": "0.3.21"
},
"devDependencies": {
"soda": ">= 0.2.5",
"nosync": ">= 1.0.0"
},
"subdomain": "turbo",
"domains": [
"turbobin.com",
"www.turbobin.com"
],
"scripts": {
"start": "server.js"
},
"env": {
"PYTHON": "/opt/local/bin/python2.7"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment