accosine/hapi-relax

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hapi-relax",
  "description": "Wraps nano's API as hapi server methods and seamlessly authenticates with cookie",
  "version": "1.0.2",
  "main": "index",
  "scripts": {
    "test": "./node_modules/lab/bin/lab -c -v -L -l",
    "unmocked": "NOCK_OFF=true ./node_modules/lab/bin/lab -c -v -L -l -m 6000",
    "coverage": "./node_modules/lab/bin/lab -r lcov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/accosine/hapi-relax.git"
  },
  "keywords": [
    "hapi",
    "hapi.js",
    "couchdb",
    "couch",
    "nano",
    "cookie",
    "authentication"
  ],
  "author": "accosine.com",
  "contributors": [
    "Simon Bugert <simon.bugert@gmail.com>",
    "Duncan Kolba <duncankolba@gmail.com>"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/accosine/hapi-relax/issues"
  },
  "dependencies": {
    "hoek": "^3.0.1",
    "nano": "^6.1.2"
  },
  "devDependencies": {
    "code": "^2.0.1",
    "codeclimate-test-reporter": "0.0.4",
    "hapi": "^11.0.3",
    "lab": "^7.1.0",
    "nock": "^2.17.0"
  }
}