package.json 367 B

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