package.json 694 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "util-deprecate",
  3. "version": "1.0.2",
  4. "description": "The Node.js `util.deprecate()` function with browser support",
  5. "main": "node.js",
  6. "browser": "browser.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/TooTallNate/util-deprecate.git"
  13. },
  14. "keywords": [
  15. "util",
  16. "deprecate",
  17. "browserify",
  18. "browser",
  19. "node"
  20. ],
  21. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  25. },
  26. "homepage": "https://github.com/TooTallNate/util-deprecate"
  27. }