Skip to content

Instantly share code, notes, and snippets.

@duluca
Created September 3, 2014 17:33
Show Gist options
  • Save duluca/0a140ba5ba7d63d2fad7 to your computer and use it in GitHub Desktop.
Save duluca/0a140ba5ba7d63d2fad7 to your computer and use it in GitHub Desktop.
remote-retro-hapi
{
"name": "remote-retro-hapi",
"version": "0.0.1-1",
"description": "A tool to host retrospectives for Agile Scrum projects with remote members",
"main": "server.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "bower install",
"prestart": "gulp",
"start": "node server",
"stop": "taskkill /F /IM node.exe"
},
"repository": {
"type": "git",
"url": "https://github.com/excellaco/remote-retro-hapi.git"
},
"contributors": [
{
"name": "Doguhan Uluca",
"email": "[email protected]",
"url": "https://github.com/duluca"
},
{
"name": "Kevin Groat",
"email": "[email protected]",
"url": "https://github.com/thegrtman"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/excellaco/remote-retro-hapi/issues"
},
"homepage": "https://github.com/excellaco/remote-retro-hapi",
"dependencies": {
"good": "^2.1.2",
"hapi": "^6.0.2",
"level": "^0.18.0",
"socket.io": "^1.0.6",
"socket.io-client": "^1.0.6",
"gulp": "^3.8.6",
"gulp-browserify": "^0.5.0",
"bower": "^1.3.9"
},
"devDependencies": {
"gulp": "^3.8.6",
"gulp-browserify": "^0.5.0",
"bower": "^1.3.9"
},
"subdomain": "remote-retro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment