UNPKG

koa-bodyparser

Version:
42 lines (41 loc) 843 B
{ "name": "koa-bodyparser", "version": "1.6.0", "description": "a body parser for koa", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/koajs/bodyparser.git" }, "files": [ "index.js" ], "keywords": [ "bodyParser", "json", "urlencoded", "koa", "body" ], "author": "dead_horse <dead_horse@qq.com> (http://deadhorse.me)", "license": "MIT", "bugs": { "url": "https://github.com/koajs/body-parser/issues" }, "homepage": "https://github.com/koajs/body-parser", "devDependencies": { "autod": "1", "istanbul-harmony": "~0.3.1", "koa": "~0.18.1", "mocha": "~2.2.1", "should": "~5.1.0", "supertest": "~0.9.0" }, "dependencies": { "co-body": "~1.1.0", "copy-to": "~2.0.1" } }