Aucune description

package.json 454B

123456789101112131415161718192021222324
  1. {
  2. "name": "component-emitter",
  3. "description": "Event emitter",
  4. "version": "1.2.1",
  5. "license": "MIT",
  6. "devDependencies": {
  7. "mocha": "*",
  8. "should": "*"
  9. },
  10. "component": {
  11. "scripts": {
  12. "emitter/index.js": "index.js"
  13. }
  14. },
  15. "main": "index.js",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/component/emitter.git"
  19. },
  20. "scripts": {
  21. "test": "make test"
  22. },
  23. "files": ["index.js", "LICENSE"]
  24. }