Created
June 14, 2014 21:07
-
-
Save alex-wilmer/4039be011edb96bd7789 to your computer and use it in GitHub Desktop.
This file contains 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": "go", | |
"description": "a mean stack deployment of the ancient board game 'go'", | |
"keywords": [ | |
"express", | |
"mongoose", | |
"mongodb", | |
"passport", | |
"demo" | |
], | |
"version": "3.0.0", | |
"private": false, | |
"author": "Alex Wilmer <[email protected]> (https://github.com/alex-wilmer)", | |
"repository" : { | |
"type" : "git", | |
"url" : "https://github.com/alex-wilmer/sandbox.git" | |
}, | |
"engines": { | |
"node": "0.10.x", | |
"npm": "1.2.x" | |
}, | |
"scripts": { | |
"start": "NODE_ENV=development ./node_modules/.bin/nodemon server.js", | |
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --timeout 10000 test/test-*.js" | |
}, | |
"dependencies": { | |
"express": "3.4.x", | |
"jade": "latest", | |
"mongoose": "latest", | |
"connect-mongo": "latest", | |
"connect-flash": "latest", | |
"passport": "latest", | |
"passport-local": "latest", | |
"passport-facebook": "latest", | |
"passport-twitter": "latest", | |
"passport-github": "latest", | |
"passport-google-oauth": "latest", | |
"passport-linkedin": "latest", | |
"winston": "latest", | |
"notifier": "latest", | |
"async": "latest", | |
"view-helpers": "latest", | |
"forever": "latest" | |
}, | |
"devDependencies": { | |
"supertest": "latest", | |
"should": "latest", | |
"mocha": "latest", | |
"nodemon": "latest" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment