blob: 2791e6875fc1d6ec13c1fa05483ac47989052f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "koa-is-json",
"description": "check if a koa body should be interpreted as JSON",
"version": "1.0.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "koajs/is-json"
}
|