package.json 393 B

12345678910111213141516171819
  1. {
  2. "name": "emitter-component",
  3. "description": "Event emitter",
  4. "version": "1.1.2",
  5. "funding": "https://github.com/sponsors/sindresorhus",
  6. "devDependencies": {
  7. "mocha": "*",
  8. "should": "*"
  9. },
  10. "component": {
  11. "scripts": {
  12. "emitter": "index.js"
  13. }
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/sindresorhus/component-emitter.git"
  18. }
  19. }