UNPKG

halacious

Version:

A better HAL processor for Hapi

56 lines (55 loc) 1.24 kB
{ "name": "halacious", "version": "5.2.0", "description": "A better HAL processor for Hapi", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha test" }, "repository": { "type": "git", "url": "git://github.com/bleupen/halacious" }, "keywords": [ "HAL", "Hapi", "hypermedia", "HATEOAS" ], "author": "Brad Leupen", "license": "MIT", "bugs": { "url": "https://github.com/bleupen/halacious/issues" }, "homepage": "https://github.com/bleupen/halacious", "devDependencies": { "chai": "3.5.0", "chai-string": "^1.1.6", "gulp": "^3.8.11", "gulp-bump": "2.4.0", "gulp-filter": "4.0.0", "gulp-git": "~2.7.0", "gulp-istanbul": "1.1.1", "gulp-jshint": "2.0.1", "gulp-mocha": "3.0.1", "gulp-tag-version": "^1.2.1", "hapi": "16.7.0", "jshint-stylish": "2.2.1", "mocha": "3.0.2", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "vision": "4.1.0" }, "dependencies": { "async": "2.0.1", "hoek": "4.0.2", "joi": "5.1.0", "jshint": "^2.10.3", "lodash": "^4.17.21", "marked": "^0.3.5", "negotiator": "0.6.1", "pug": "2.0.0-beta6", "urijs": "^1.13.2", "url-template": "^2.0.4" } }