package.json 502 B

1234567891011121314151617181920212223
  1. {
  2. "name": "eventie",
  3. "version": "1.0.6",
  4. "description": "Event binding helper",
  5. "main": "eventie.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/desandro/eventie.git"
  12. },
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/desandro/eventie/issues"
  16. },
  17. "homepage": "https://github.com/desandro/eventie",
  18. "keywords": [
  19. "DOM",
  20. "event"
  21. ],
  22. "author": "David DeSandro"
  23. }