Created
February 10, 2014 19:57
-
-
Save remotevision/8923029 to your computer and use it in GitHub Desktop.
Package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bandwango", | |
"subdomain": "bandwango", | |
"scripts": { | |
"start": "node app.js", | |
"test": "mocha" | |
}, | |
"version": "0.0.1-30", | |
"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", | |
"underscore": "1.4.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", | |
"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": "*", | |
"xlsx": "*", | |
"jszip": "*", | |
"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.3", | |
"grunt-contrib-watch": "~0.4.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment