UNPKG

event

Version:

Functional reactive style events

51 lines (50 loc) 1.24 kB
{ "name": "event", "id": "event", "version": "1.0.0", "description": "Functional reactive style events", "keywords": [ "event", "reduce", "reducible", "stream", "signal" ], "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", "homepage": "https://github.com/Gozala/event", "repository": { "type": "git", "url": "https://github.com/Gozala/event.git", "web": "https://github.com/Gozala/event" }, "bugs": { "url": "http://github.com/Gozala/event/issues/" }, "devDependencies": { "test": "~0.6.0", "phantomify": "~0.x.0", "repl-utils": "~2.0.1", "reducers": "~2.0.0", "buffer-reduce": "~0.1.0", "cache-reduce": "~0.1.1", "eventual": "~1.0.0" }, "main": "./event.js", "scripts": { "repl": "node node_modules/repl-utils", "test": "npm run test-node && npm run test-browser", "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/index.js", "test-node": "node ./test/index.js", "postinstall": "npm dedup" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Gozala/event/License.md" } ], "dependencies": { "method": "~1.0.0", "reducible": "~1.0.1" } }