gathering
Version:
A social event management platform
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "gathering",
"version": "0.0.1",
"description": "A social event management platform",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/DaQuirm/gathering"
},
"keywords": [
"social",
"event",
"meetup",
"organizing"
],
"author": "",
"license": "LGPL",
"bugs": {
"url": "https://github.com/DaQuirm/gathering/issues"
},
"peerDependencies": {
"express": "^4.9.8"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.7.8",
"body-parser": "^1.4.3",
"cookie-parser": "^1.3.2",
"cson": "^1.6.1",
"express-flash": "0.0.2",
"express-session": "^1.6.5",
"jade": "^1.7.0",
"mongoose": "^3.8.12",
"nconf": "^0.6.9",
"passport": "~0.1.17",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google": "~0.3.0",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2"
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0"
}
}