Skip to content

Instantly share code, notes, and snippets.

@cyberwombat
Created April 5, 2013 17:44
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 cyberwombat/5321180 to your computer and use it in GitHub Desktop.
Save cyberwombat/5321180 to your computer and use it in GitHub Desktop.
package.json
{
"name": "gonegreen",
"domains": [
"gonegreenstore.com",
"www.gonegreenstore.com"
],
"version": "0.0.0-69",
"dependencies": {
"express": ">= 3.0.0rc2",
"passport": "*",
"passport-twitter": "*",
"passport-local": ">= 0.0.0",
"mongoose": "*",
"formidable": ">=1.0.8",
"node-static": ">=0.5.9",
"imagemagick": ">=0.1.2",
"less-middleware": "*",
"socket.io": "0.8.0",
"moment": ">=1.5.0",
"gzippo": "0.1.1",
"connect-mongo": "*",
"consolidate": "git://github.com/visionmedia/consolidate.js.git",
"swig": "*",
"qs": "*",
"underscore": "*",
"underscore.string": "*",
"async": "*",
"xmlrpc": "*",
"xml2js": "*",
"cookies": "*",
"elementtree": "*",
"knox": "*",
"node-uuid": "*",
"connect-flash": "*",
"accounting": "*",
"sendgrid": "latest",
"validator": "0.4.11",
"juice": "*",
"shipmethod": "git://github.com/gonegreen/shipmethod.git"
},
"subdomain": "gonegreen",
"scripts": {
"start": "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