UNPKG

callbag-share

Version:

Callbag operator that broadcasts a single source to multiple sinks

31 lines (30 loc) 699 B
{ "name": "callbag-share", "version": "1.3.0", "description": "Callbag operator that broadcasts a single source to multiple sinks", "repository": { "type": "git", "url": "git+https://github.com/staltz/callbag-share.git" }, "main": "index.cjs.js", "module": "index.js", "types": "types.d.ts", "scripts": { "build": "rollup $npm_package_module -o $npm_package_main --f cjs", "pretest": "npm run build", "test": "tape test.js", "prepare": "npm test" }, "author": "staltz.com", "license": "MIT", "keywords": [ "callbag" ], "devDependencies": { "rollup": "^0.60.1", "tape": "^4.8.0" }, "dependencies": { "callbag": "^1.1.0" } }