package.json 341 B

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