Skip to content

Instantly share code, notes, and snippets.

/package.json Secret

Created August 9, 2013 22:28
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 anonymous/90fcedb77229e6001bf8 to your computer and use it in GitHub Desktop.
Save anonymous/90fcedb77229e6001bf8 to your computer and use it in GitHub Desktop.
GoneGreen package.json
{
"name": "gonegreen",
"domains": [
"gonegreenstore.com",
"www.gonegreenstore.com"
],
"version": "0.0.0-289",
"dependencies": {
"express": ">= 3.0.0rc2",
"passport": "*",
"passport-twitter": "*",
"passport-local": ">= 0.0.0",
"mongoose": "*",
"node-static": ">=0.5.9",
"less-middleware": "*",
"socket.io": "*",
"moment": ">=1.5.0",
"gzippo": "0.1.1",
"connect-mongo": "*",
"consolidate": "git://github.com/visionmedia/consolidate.js.git",
"swig": "*",
"qs": "*",
"underscore": "*",
"underscore.string": "*",
"async": "*",
"elementtree": "*",
"xmlrpc": "*",
"node-uuid": "*",
"connect-flash": "*",
"accounting": "*",
"sendgrid": "0.2.x",
"validator": "*",
"express-validator": "git://github.com/ctavan/express-validator.git",
"juice": "*",
"mongoose-troop": "*",
"shipmethod": "*",
"imager": "*",
"mailchimp": "*",
"mws-js": "*",
"node-zendesk": "*",
"crypto": "*",
"knox": "~0.8.6",
"cron": "~1.0.1",
"time": "~0.9.2",
"grunt-cdn": "~0.2.3"
},
"subdomain": "gonegreen",
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-s3": "~0.2.0-alpha.2",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-preprocess": "~2.3.0",
"grunt-clean": "~0.4.0",
"grunt-env": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-text-replace": "~0.3.6",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-compress": "~0.5.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment