UNPKG

callbag-from-event

Version:

Create a callbag listenable source from events on a DOM node

31 lines (30 loc) 665 B
{ "name": "callbag-from-event", "version": "1.3.0", "description": "Create a callbag listenable source from events on a DOM node", "repository": { "type": "git", "url": "git+https://github.com/staltz/callbag-from-event.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" ], "dependencies": { "callbag": "^1.1.0" }, "devDependencies": { "rollup": "^0.67.0", "tape": "^4.8.0" } }