tunnckoCore/koa-hello-world

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "koa-hello-world",
  "version": "1.0.1",
  "description": "Koa 'Hello World' middleware, useful for testing",
  "repository": "tunnckoCore/koa-hello-world",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "assertit": "^0.1.0",
    "koa": "^0.21.0",
    "supertest": "^1.0.1"
  },
  "keywords": [
    "api",
    "app",
    "hello",
    "helloworld",
    "koa",
    "middleware",
    "test",
    "world"
  ]
}