UNPKG

hal-body

Version:

Parse hal+json body using halson and co-body

44 lines (43 loc) 820 B
{ "name": "hal-body", "version": "2.1.0", "description": "Parse hal+json body using halson and co-body", "main": "index.js", "scripts": { "test": "NODE_ENV=test mocha --harmony --reporter spec test.js" }, "keywords": [ "request", "body", "parse", "parser", "co", "generators", "mediatype", "HAL", "JSON", "REST", "Hypermedia", "HATEOAS", "API" ], "author": { "name": "Juraj Hájovský", "email": "juraj@hajovsky.sk", "url": "http://hajovsky.sk" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/seznam/hal-body" }, "dependencies": { "halson": "^2.0.0", "raw-body": "~1.2.2" }, "devDependencies": { "supertest": "^0.9.2", "koa": "^0.5.1", "mocha": "^1.18.2" } }