package.json 669 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "custom-event",
  3. "version": "1.0.1",
  4. "description": "Cross-browser `CustomEvent` constructor",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/webmodules/custom-event.git"
  12. },
  13. "keywords": [
  14. "dom",
  15. "browser",
  16. "event",
  17. "custom",
  18. "customevent",
  19. "constructor"
  20. ],
  21. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/webmodules/custom-event/issues"
  25. },
  26. "homepage": "https://github.com/webmodules/custom-event",
  27. "devDependencies": {
  28. "zuul": "~1.16.3"
  29. }
  30. }