component.json 195 B

123456789
  1. {
  2. "name": "emitter",
  3. "repo": "component/emitter",
  4. "description": "Event emitter",
  5. "keywords": ["emitter", "events"],
  6. "version": "1.1.1",
  7. "scripts": ["index.js"],
  8. "license": "MIT"
  9. }