{
  "name": "node-toobusy",
  "description": "Don't fall over when your Node.JS server is too busy. Now without native dependencies!",
  "homepage": "https://github.com/luislhl/node-toobusy#readme",
  "version": "0.6.3",
  "dependencies": {},
  "devDependencies": {
    "mocha": "1.7.0",
    "pre-commit": "^1.0.5",
    "should": "1.2.1"
  },
  "maintainers": [
    "Samuel Reed <sam@tixelated.com>",
    "Luis Helder <dev.luislhl@gmail.com>"
  ],
  "license": "WTFPL",
  "repository": {
    "type": "git",
    "url": "https://github.com/luislhl/node-toobusy.git"
  },
  "engines": {
    "node": ">=0.9.1"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "mocha tests"
  },
  "keywords": [
    "toobusy",
    "node-toobusy",
    "event",
    "loop",
    "lag",
    "maxlag",
    "busy"
  ],
  "tonicExampleFilename": "examples/example.js"
}
