package.json 609 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "bare-events",
  3. "version": "2.2.2",
  4. "description": "Event emitters for JavaScript",
  5. "main": "index.js",
  6. "files": [
  7. "index.js",
  8. "lib"
  9. ],
  10. "scripts": {
  11. "test": "standard && bare test.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/holepunchto/bare-events.git"
  16. },
  17. "author": "Holepunch",
  18. "license": "Apache-2.0",
  19. "bugs": {
  20. "url": "https://github.com/holepunchto/bare-events/issues"
  21. },
  22. "homepage": "https://github.com/holepunchto/bare-events#readme",
  23. "devDependencies": {
  24. "brittle": "^3.3.2",
  25. "standard": "^17.0.0"
  26. }
  27. }