koa-hal
Version:
hal+json middleware for Koa
39 lines (38 loc) • 708 B
JSON
{
"name": "koa-hal",
"version": "2.1.0",
"description": "hal+json middleware for Koa",
"main": "index.js",
"scripts": {
"test": "mocha --harmony --reporter spec test.js"
},
"keywords": [
"koa",
"middleware",
"mediatype",
"HAL",
"JSON",
"REST",
"Hypermedia",
"HATEOAS",
"API"
],
"author": {
"name": "Juraj Hájovský",
"email": "juraj@hajovsky.sk",
"url": "http://hajovsky.sk"
},
"license": "MIT",
"devDependencies": {
"koa": "^0.5.1",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
},
"dependencies": {
"halson": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/koa-hal"
}
}