genediazjr/hapitodo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hapitodo",
  "version": "1.1.0",
  "author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com/)",
  "description": "Hapi + TodoMVC",
  "private": true,
  "license": "MIT",
  "repository": "git://github.com/genediazjr/hapitodo",
  "bugs": "https://github.com/genediazjr/hapitodo/issues",
  "main": "index.js",
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "start": "node index.js",
    "test": "lab -c -v -L -a code",
    "test-cover": "lab -c -v -L -a code -r html -o ./coverage.html && open ./coverage.html",
    "precompile": "handlebars static/mold/*.handlebars -f static/js/template.min.js -m",
    "postgres": "DB='postgres' node index.js"
  },
  "dependencies": {
    "async": "2.0.x",
    "hapi": "15.0.x",
    "confidence": "3.0.x",
    "acquaint": "1.4.x",
    "scooter": "4.0.x",
    "blankie": "1.2.x",
    "errorh": "0.2.x",
    "inert": "4.0.x",
    "crumb": "6.0.x",
    "glue": "4.0.x",
    "boom": "4.0.x",
    "joi": "9.0.x",
    "good": "7.0.x",
    "good-squeeze": "4.0.x",
    "good-console": "6.1.x",
    "pg": "6.1.x",
    "pg-native": "1.10.x",
    "proxyquire": "1.7.x"
  },
  "devDependencies": {
    "handlebars": "4.0.x",
    "coveralls": "2.11.x",
    "nodemon": "1.10.x",
    "code": "3.0.x",
    "lab": "11.0.x"
  }
}