You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
370 B

7 years ago
  1. {
  2. "name": "emitter",
  3. "description": "Event emitter",
  4. "keywords": [
  5. "emitter",
  6. "events"
  7. ],
  8. "version": "1.1.2",
  9. "license": "MIT",
  10. "main": "index.js",
  11. "homepage": "https://github.com/component/emitter",
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "Makefile",
  18. "package.json",
  19. "component.json"
  20. ]
  21. }