UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

50 lines (49 loc) 1.11 kB
{ "name": "makemehapi", "version": "7.0.1", "repository": { "type": "git", "url": "git://github.com/hapijs/makemehapi" }, "licenses": [ { "type": "BSD", "url": "http://github.com/hapijs/makemehapi/raw/master/LICENSE" } ], "bin": "./makemehapi.js", "engines": { "node": ">=0.10.32" }, "description": "Self guided workshops to teach you about hapi.", "scripts": { "start": "node makemehapi.js" }, "dependencies": { "bl": "^1.0.0", "boom": "7.x.x", "colors-tmpl": "^1.0.0", "combined-stream": "^1.0.5", "form-data": "^2.2.0", "h2o2": "7.x.x", "handlebars": "^4.0.0", "hapi": "17.x.x", "hapi-auth-basic": "5.x.x", "hyperquest": "^2.0.0", "inert": "5.x.x", "joi": "13.x.x", "rot13-transform": "^1.0.0", "through2": "^2.0.0", "vision": "5.x.x", "workshopper": "^2.3.1", "workshopper-boilerplate": "^1.1.0", "workshopper-exercise": "^2.3.0", "workshopper-wrappedexec": "^0.1.2" }, "peerDependencies": {}, "keywords": [ "hapijs", "hapi" ], "preferGlobal": true }