{
  "name": "gc-profiler",
  "description": "Allows you to profile when the garbage collector runs, and how long it takes.",
  "version": "1.4.2",
  "author": "Bret Copeland <bret@atlantisflight.org>",
  "contributors": [
    {
      "name": "Daniel Khan",
      "email": "daniel@khan.io"
    }
  ],
  "main": "./main.js",
  "gypfile": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/bretcope/node-gc-profiler.git"
  },
  "keywords": [
    "gc",
    "garbage",
    "profile",
    "performance"
  ],
  "license": "MIT",
  "dependencies": {
    "nan": "^2.15.0"
  }
}
