@nathanfaucett/event_emitter
Version:
EventEmitter for the browser and node.js
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "@nathanfaucett/event_emitter",
"version": "0.0.5",
"description": "EventEmitter for the browser and node.js",
"repository": {
"type": "git",
"url": "https://gitlab.com/nathanfaucett/event_emitter.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run test-node",
"test-node": "node ./tests | ./node_modules/.bin/tap-spec",
"test-node-raw": "node ./tests",
"test-browser-local": "zuul --local 9999 --ui tape -- ./tests"
},
"keywords": [
"event",
"emitter",
"event_emitter",
"event_emitter.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"tap-spec": "4.1",
"tape": "4.9",
"zuul": "3.11"
},
"dependencies": {
"@nathanfaucett/apply": "0.0",
"@nathanfaucett/fast_slice": "0.0",
"@nathanfaucett/inherits": "0.0",
"@nathanfaucett/is_function": "0.0",
"@nathanfaucett/is_null_or_undefined": "0.0",
"@nathanfaucett/is_number": "0.0",
"@nathanfaucett/keys": "0.0"
}
}