You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
922 B
47 lines
922 B
{
|
|
"name": "koa-bodyparser",
|
|
"version": "2.5.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": "2.4.2",
|
|
"istanbul": "^0.4.3",
|
|
"koa": "^1.2.0",
|
|
"mocha": "^2.4.5",
|
|
"should": "^8.3.1",
|
|
"supertest": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"co-body": "^5.1.0",
|
|
"copy-to": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "2.x"
|
|
}
|
|
}
|
|
|