dwyl/learn-hapi

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "learn-hapi",
  "version": "17.2.0",
  "description": "Learn to build Web Applications & APIs using Hapi.js",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/lab/bin/lab -c && ./node_modules/lab/bin/lab -r lcov -o coverage/lcov.info",
    "start": "node index.js",
    "coverage": "./node_modules/lab/bin/lab -r html -o ./coverage/index.html && open ./coverage/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dwyl/learn-hapi.git"
  },
  "keywords": [
    "learn",
    "hapi",
    "how-to",
    "introduction",
    "tutorial"
  ],
  "author": "@nelsonic & Friends!",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/dwyl/learn-hapi/issues"
  },
  "homepage": "https://github.com/dwyl/learn-hapi",
  "dependencies": {
    "bell": "^10.0.0",
    "boom": "^7.1.1",
    "good": "^8.1.0",
    "good-console": "^8.0.0",
    "good-squeeze": "^5.0.2",
    "handlebars": "^4.0.11",
    "hapi": "^18.1.0",
    "inert": "^5.1.0",
    "joi": "^14.0.0",
    "socket.io": "^2.0.4",
    "vision": "^5.3.1"
  },
  "devDependencies": {
    "code": "^5.2.0",
    "lab": "^18.0.0"
  }
}