Skip to content

Instantly share code, notes, and snippets.

@vdeturckheim
Created February 21, 2016 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdeturckheim/1a2e90184895b73b1421 to your computer and use it in GitHub Desktop.
Save vdeturckheim/1a2e90184895b73b1421 to your computer and use it in GitHub Desktop.
{
"name": "intro",
"version": "0.1.0",
"description": "Short introduction to Lab and Hapi",
"main": "index.js",
"scripts": {
"test": "lab -cLv -t 100",
"start": "node ./index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leanhubIo/intro.git"
},
"author": "vdeturckheim",
"license": "MIT",
"bugs": {
"url": "https://github.com/leanhubIo/intro/issues"
},
"homepage": "https://github.com/leanhubIo/intro#readme",
"private": true,
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"hapi": "^13.0.0",
"joi": "^8.0.2"
},
"devDependencies": {
"code": "^2.1.0",
"lab": "^9.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment