Skip to content

Instantly share code, notes, and snippets.

@remotevision
Created February 18, 2014 01:27
Show Gist options
  • Save remotevision/9062849 to your computer and use it in GitHub Desktop.
Save remotevision/9062849 to your computer and use it in GitHub Desktop.
{
"name": "bandwango",
"subdomain": "bandwango",
"scripts": {
"start": "bower install && grunt && node app.js",
"test": "mocha"
},
"version": "0.0.1-20",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"mongoose": "~3.x",
"mongoose-text-search": "0.x",
"geocoder": "0.x",
"string": "1.2.x",
"restify": "2.x",
"socket.io": "0.9.x",
"date-utils": "1.x",
"urban-airship": "0.x",
"bunyan": "0.21.x",
"braintree": "1.x",
"convict": "0.1.x",
"validator": "0.4.24",
"passport": "0.x",
"passport-local": "0.x",
"passport-local-mongoose": "0.x",
"passport-http-bearer": ">= 0.0.0",
"fbgraph": "0.x",
"extend": "~1.x.x",
"when": "~2.0.1",
"hat": "~0.x",
"mongoose-rbac": "git://github.com/remotevision/mongoose-rbac.git#master",
"slugify": "~0.1.x",
"async": "0.2.x",
"mandrill-api": "1.0.x",
"imagemagick": "~0.1.x",
"knox": "*",
"mongoose-currency": "0.0.x",
"lodash": "2.4.x"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"restler": "2.0.x",
"async": "0.2.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "0.4.x",
"grunt-contrib-watch": "0.4.x",
"grunt-contrib-jst": "0.5.x",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-testem": "~0.5.15",
"phantomjs": "~1.9.7-1",
"grunt-env": "~0.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment