20 lines
393 B
JSON
20 lines
393 B
JSON
|
|
{
|
||
|
|
"name": "emitter-component",
|
||
|
|
"description": "Event emitter",
|
||
|
|
"version": "1.1.2",
|
||
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "*",
|
||
|
|
"should": "*"
|
||
|
|
},
|
||
|
|
"component": {
|
||
|
|
"scripts": {
|
||
|
|
"emitter": "index.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sindresorhus/component-emitter.git"
|
||
|
|
}
|
||
|
|
}
|