package.json 889 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "memwatch",
  3. "description": "Keep an eye on your memory usage, and discover and isolate leaks.",
  4. "version": "0.2.2",
  5. "author": "Lloyd Hilaiel (http://lloyd.io)",
  6. "engines": {
  7. "node": ">= 0.6.0"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/lloyd/node-memwatch.git"
  12. },
  13. "main": "include.js",
  14. "licenses": [
  15. {
  16. "type": "wtfpl"
  17. }
  18. ],
  19. "bugs": {
  20. "url": "https://github.com/lloyd/node-memwatch/issues"
  21. },
  22. "scripts": {
  23. "install": "node-gyp rebuild",
  24. "test": "mocha tests"
  25. },
  26. "devDependencies": {
  27. "mocha": "1.2.2",
  28. "should": "0.6.3",
  29. "node-gyp": "0.5.7"
  30. },
  31. "contributors": [
  32. "Jed Parsons (@jedp)",
  33. "Jeff Haynie (@jhaynie)",
  34. "Justin Matthews (@jmatthewsr-ms)"
  35. ],
  36. "_from": "memwatch@0.2.2",
  37. "_resolved": "http://registry.npm.taobao.org/memwatch/download/memwatch-0.2.2.tgz"
  38. }