{
  "name": "event-loop-stats",
  "version": "1.2.0",
  "description": "Exposes stats about the libuv default loop",
  "main": "src/eventLoopStats.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bripkens/event-loop-stats.git"
  },
  "author": "Ben Ripkens <bripkens@gmail.com>",
  "license": "MIT",
  "keywords": [
    "libuv",
    "stats",
    "monitoring",
    "loop"
  ],
  "scripts": {
    "install": "node-gyp rebuild",
    "rebuild": "node-gyp rebuild",
    "test": "mocha"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "nan": "^2.14.0"
  },
  "gypfile": true,
  "devDependencies": {
    "chai": "4.1.2",
    "mocha": "5.2.0"
  }
}
