forked from koajs/bodyparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 848 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "koa-bodyparser",
"version": "2.0.1",
"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-harmony": "~0.3.12",
"koa": "~0.20.0",
"mocha": "~2.4.1",
"should": "~6.0.1",
"supertest": "~0.9.0"
},
"dependencies": {
"co-body": "~3.1.0",
"copy-to": "~2.0.1"
}
}