{
  "name": "express-hot-shots",
  "description": "Statsd route monitoring middleware for connect/express",
  "version": "1.0.2",
  "homepage": "https://github.com/withspectrum/express-hot-shots",
  "author": {
    "name": "Max Stoiber"
  },
  "keywords": [
    "connect",
    "express",
    "statsd",
    "monitoring"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/withspectrum/express-hot-shots.git"
  },
  "bugs": {
    "url": "https://github.com/withspectrum/express-hot-shots/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/withspectrum/express-hot-shots/blob/master/LICENSE"
    }
  ],
  "main": "lib/express-hot-shots",
  "dependencies": {
    "hot-shots": "^5.9.2",
    "obj-extend": "~0.1.0"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "express": "~3.4.7",
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-jshint": "~0.7.2",
    "mocha": "~1.15.1",
    "request": "~2.29.0"
  },
  "scripts": {
    "test": "grunt && mocha -R spec"
  }
}
