UNPKG

event-transmitter

Version:
51 lines (50 loc) 1.29 kB
{ "name": "event-transmitter", "version": "2.0.0", "description": "Transmit events over any stream pipeline.", "main": "main.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "mocha test/test.js && browserify test/test.js -o test/browser_test_compiled.js && echo '\n Testing in Browser' && mocha-phantomjs -p ./node_modules/.bin/phantomjs test/browser.html" }, "repository": { "type": "git", "url": "https://github.com/arjunmehta/event-transmitter.git" }, "dependencies": { "readable-stream": "2.2.3" }, "devDependencies": { "brake": "1.0.1", "browserify": "9.0.3", "chai": "2.1.0", "eslint": "3.17.1", "eslint-config-standard": "7.0.1", "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "2.1.1", "mocha": "2.1.0", "mocha-phantomjs": "4.1.0", "phantomjs-prebuilt": "2.1.14" }, "keywords": [ "streams", "stream", "events", "event", "emit", "transmit", "transmitter", "eventemitter", "eventtransmitter", "emitter" ], "author": "Arjun Mehta", "license": "MIT", "bugs": { "url": "https://github.com/arjunmehta/event-transmitter/issues" }, "homepage": "https://github.com/arjunmehta/event-transmitter" }