Skip to content

Instantly share code, notes, and snippets.

@alex-wilmer
Created June 14, 2014 21:07
Show Gist options
  • Save alex-wilmer/4039be011edb96bd7789 to your computer and use it in GitHub Desktop.
Save alex-wilmer/4039be011edb96bd7789 to your computer and use it in GitHub Desktop.
{
"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 <djazium@gmail.com> (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