makemehapi
Version:
Self guided workshops to teach you about hapi.
41 lines (40 loc) • 873 B
JSON
{
"name": "makemehapi",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "git://github.com/spumko/makemehapi"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/spumko/makemehapi/raw/master/LICENSE"
}
],
"bin": "./makemehapi.js",
"engines": {
"node": ">0.10.x"
},
"description": "Self guided workshops to teach you about hapi.",
"scripts": {
"start": "node makemehapi.js"
},
"dependencies": {
"workshopper": "^1.0.0-alpha07",
"workshopper-exercise": "0.2.x",
"workshopper-wrappedexec": "0.1.x",
"workshopper-boilerplate": "0.0.1",
"hyperquest": "0.1.x",
"hapi": "6.x.x",
"colors-tmpl": "0.1.0",
"through2": "^0.4.1",
"bl": "^0.8.0",
"handlebars": "2.x.x",
"joi": "4.x.x"
},
"peerDependencies": {},
"keywords": [
"spumko",
"hapi"
]
}