UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

48 lines (47 loc) 1.06 kB
{ "name": "makemehapi", "version": "3.0.0", "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", "colors-tmpl": "^1.0.0", "combined-stream": "^1.0.5", "form-data": "^0.2.0", "h2o2": "4.x.x", "handlebars": "^3.0.0", "hapi": "9.x.x", "hyperquest": "^1.0.1", "inert": "3.x.x", "joi": "6.x.x", "rot13-transform": "^0.0.1", "through2": "^2.0.0", "vision": "2.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 }