Skip to content

Instantly share code, notes, and snippets.

@jonpincus
Created September 16, 2013 23:11
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 jonpincus/6587909 to your computer and use it in GitHub Desktop.
Save jonpincus/6587909 to your computer and use it in GitHub Desktop.
package.json
{
"name": "please-discuss",
"preferGlobal": "false",
"version": "0.0.37-8",
"author": "Jon Pincus http://achangeiscoming.net",
"description": "Discussion software",
"dependencies": {
"express": "*",
"jade": "*",
"stylus": "*",
"crypto": "*",
"mongoose": "*",
"passport": "*",
"passport-local": "*",
"passport-local-mongoose": "*",
"connect-mongo": "*",
"passport-twitter": "*",
"connect-ensure-login": "*",
"connect-flash": "*",
"moment": ">2.2.1",
"moment-timezone": "*",
"config": "*",
"pkgcloud": "*",
"node-uuid": "*"
},
"subdomain": "jdp23-discuss",
"domains": [
"thetapestries.achangeiscoming.net",
"thetapestries.net",
"proto.optyvist.com"
],
"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