blob: 6a6eb351e8efaf5afc7dd017c1fe21a4cbe13883 [file] [log] [blame]
{
"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"
}