Created
February 21, 2016 16:33
-
-
Save vdeturckheim/1a2e90184895b73b1421 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": "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