package.json 980 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "hooker",
  3. "description": "Monkey-patch (hook) functions for debugging and stuff.",
  4. "version": "0.2.3",
  5. "homepage": "http://github.com/cowboy/javascript-hooker",
  6. "author": {
  7. "name": "\"Cowboy\" Ben Alman",
  8. "url": "http://benalman.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/cowboy/javascript-hooker.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/cowboy/javascript-hooker/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "dependencies": {},
  24. "devDependencies": {
  25. "grunt": "~0.2.1"
  26. },
  27. "keywords": [
  28. "patch",
  29. "hook",
  30. "function",
  31. "debug",
  32. "aop"
  33. ],
  34. "engines": {
  35. "node": "*"
  36. },
  37. "main": "lib/hooker",
  38. "scripts": {
  39. "test": "grunt test"
  40. },
  41. "__npminstall_done": true,
  42. "_from": "hooker@0.2.3",
  43. "_resolved": "https://registry.npmmirror.com/hooker/-/hooker-0.2.3.tgz"
  44. }