{
  "name": "strong-memwatch",
  "description": "Keep an eye on your memory usage, and discover and isolate leaks.",
  "version": "0.2.3",
  "author": "Lloyd Hilaiel (http://lloyd.io)",
  "engines": { "node": ">= 0.6.0" },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/node-memwatch.git"
  },
  "main": "include.js",
  "licenses": [ { "type": "wtfpl" } ],
  "bugs": {
    "url" : "https://github.com/strongloop/node-memwatch/issues"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "mocha tests"
  },
  "devDependencies": {
    "mocha": "1.2.2",
    "should": "0.6.3",
    "node-gyp": "0.5.7"
  },
  "contributors": [
    "Ben Noordhuis <ben@strongloop.com> (http://strongloop.com/)",
    "Jed Parsons (@jedp)",
    "Jeff Haynie (@jhaynie)",
    "Justin Matthews (@jmatthewsr-ms)"
  ]
}
