50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "jibo-eventemitter3",
|
|
"version": "1.3.1",
|
|
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
|
|
"test-node": "istanbul cover _mocha --report lcovonly -- test.js",
|
|
"coverage": "istanbul cover _mocha -- test.js",
|
|
"test-browser": "zuul -- test.js",
|
|
"sync": "node versions.js",
|
|
"test": "mocha test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jiborobot/eventemitter3.git"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"keywords": [
|
|
"EventEmitter",
|
|
"EventEmitter2",
|
|
"EventEmitter3",
|
|
"Events",
|
|
"addEventListener",
|
|
"addListener",
|
|
"emit",
|
|
"emits",
|
|
"emitter",
|
|
"event",
|
|
"once",
|
|
"pub/sub",
|
|
"publish",
|
|
"reactor",
|
|
"subscribe"
|
|
],
|
|
"author": "Arnout Kazemier",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jiborobot/eventemitter3/issues"
|
|
},
|
|
"pre-commit": "sync, test",
|
|
"devDependencies": {
|
|
"assume": "1.4.x",
|
|
"istanbul": "0.4.x",
|
|
"mocha": "3.0.x",
|
|
"pre-commit": "1.1.x",
|
|
"zuul": "3.10.x"
|
|
}
|
|
}
|