{ | |
"component": { | |
"scripts": { | |
"emitter/index.js": "index.js" | |
} | |
}, | |
"description": "Event emitter", | |
"devDependencies": { | |
"mocha": "*", | |
"should": "*" | |
}, | |
"files": [ | |
"index.js", | |
"LICENSE" | |
], | |
"license": "MIT", | |
"main": "index.js", | |
"name": "component-emitter", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/component/emitter.git" | |
}, | |
"scripts": { | |
"test": "make test" | |
}, | |
"version": "1.2.1" | |
} |