{
  "name": "meter",
  "version": "0.1.9",
  "description": "An Express middleware for simple request throttling",
  "keywords": [
    "throttle",
    "middleware"
  ],
  "dependencies": {},
  "scripts": {
    "test": "vows test/*-test.js"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/nitsujlangston/meter.git"
  },
  "author": "Justin Langston <nitsujlangston@gmail.com>",
  "license": "MIT",
  "devDependencies": {},
  "bugs": {
    "url": "https://github.com/nitsujlangston/meter/issues"
  }
}
