Skip to content

Instantly share code, notes, and snippets.

@scottweinert
Created May 22, 2013 15:40
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 scottweinert/5628568 to your computer and use it in GitHub Desktop.
Save scottweinert/5628568 to your computer and use it in GitHub Desktop.
{
"name": "application-name",
"main": "./index.js",
"version": "0.0.1-1",
"private": true,
"directories": {
"lib": "."
},
"dependencies": {
"async": "0.1.22",
"time": "*",
"connect": "2.6.0",
"mongodb": "1.1.11",
"connect-redis": "1.4.4",
"email-templates": "0.0.5",
"express": "2.5.11",
"imagemagick": "0.1.2",
"jade": ">=0.12.1",
"mongoose-types": "*",
"mongoose": "*",
"nodemailer": "0.3.28",
"path": "0.4.9",
"passport-twitter": "*",
"passport": "*",
"passport-local": "*",
"passport-facebook": "*",
"bcrypt": "*",
"step": "0.0.x",
"node-uuid": ">=0.5",
"date-utils": ">=0.5",
"gm": "1.4.2",
"util": "0.4.9",
"forever": "0.10.0",
"forever-monitor": "*",
"node-minify": "*",
"geocoder": "0.1.0",
"cron": "*",
"fmt": "~0.4.0",
"awssum": "~1.0.0-beta",
"awssum-amazon": "~1.0.2",
"awssum-amazon-s3": "~1.2.4"
},
"subdomain": "pingplot",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment