{ "name": "emitter-component", "description": "Event emitter", "version": "1.1.1", "devDependencies": { "mocha": "*", "should": "*" }, "component": { "scripts": { "emitter": "index.js" } }, "repository": { "type": "git", "url": "https://github.com/component/emitter.git" }, "scripts": { "test": "make test" } }