Created
January 24, 2014 04:27
-
-
Save simonexmachina/8592085 to your computer and use it in GitHub Desktop.
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": "medianode", | |
"version": "0.0.1-1", | |
"description": "A platform that allows planners and publishers to build, RFP, commit and invoice in a simple user friendly interface.", | |
"author": "Simon Wade <[email protected]>", | |
"main": "index.js", | |
"repository": "[email protected]:LaunchEngine/medianode.git", | |
"scripts": { | |
"test": "grunt test", | |
"start": "node index.js", | |
"postinstall": "cd client && grunt dist" | |
}, | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"dependencies": { | |
"express": "~3.4.8", | |
"nconf": "~0.6.8", | |
"coffee-script": "~1.6.3", | |
"passport-local": "~0.1.6", | |
"passport": "~0.1.18", | |
"mongoose": "~3.8.4", | |
"debug": "~0.7.4", | |
"connect-flash": "~0.1.1", | |
"q": "~1.0.0", | |
"bcryptjs": "~0.7.10", | |
"jsonwebtoken": "~0.1.0", | |
"express-hbs": "~0.7.0-pre", | |
"jsonminify": "~0.2.2", | |
"express-enrouten": "https://github.com/aexmachina/express-enrouten/tarball/master", | |
"express-error-with-sources": "~1.3.0", | |
"express-jwt": "~0.1.0", | |
"winston": "~0.7.2", | |
"express-winston": "~0.2.1", | |
"jog": "~0.7.1", | |
"express-namespace": "~0.1.1" | |
}, | |
"devDependencies": { | |
"mocha": "~1.10.0", | |
"supertest": "~0.8.2", | |
"grunt": "~0.4.1", | |
"grunt-contrib-clean": "~0.5.0", | |
"grunt-contrib-jshint": "~0.6.4", | |
"grunt-mocha-cli": "~1.3.0", | |
"grunt-copy-to": "0.0.10", | |
"sinon": "~1.7.3", | |
"grunt-coffeelint": "0.0.8", | |
"mocha-as-promised": "~2.0.0" | |
}, | |
"subdomain": "medianode" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment