aliem/node-apikey

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "apikey",
  "version": "0.1.2",
  "description": "api key middleware",
  "main": "index.js",
  "scripts": {
    "test": "mocha --harmony -R tap test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aliem/node-apikey.git"
  },
  "keywords": [
    "api",
    "key"
  ],
  "author": "aliem",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aliem/node-apikey/issues"
  },
  "homepage": "https://github.com/aliem/node-apikey",
  "devDependencies": {
    "co": "^4.0.1",
    "express": "~4.5.1",
    "koa": "^0.13.0",
    "mocha": "~1.20.1",
    "supertest": "~0.13.0"
  }
}