1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "memwatch",
- "description": "Keep an eye on your memory usage, and discover and isolate leaks.",
- "version": "0.2.2",
- "author": "Lloyd Hilaiel (http://lloyd.io)",
- "engines": {
- "node": ">= 0.6.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/lloyd/node-memwatch.git"
- },
- "main": "include.js",
- "licenses": [
- {
- "type": "wtfpl"
- }
- ],
- "bugs": {
- "url": "https://github.com/lloyd/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": [
- "Jed Parsons (@jedp)",
- "Jeff Haynie (@jhaynie)",
- "Justin Matthews (@jmatthewsr-ms)"
- ],
- "_from": "memwatch@0.2.2",
- "_resolved": "http://registry.npm.taobao.org/memwatch/download/memwatch-0.2.2.tgz"
- }
|