UNPKG

run-event-handler-once

Version:
30 lines (29 loc) 668 B
{ "name": "run-event-handler-once", "version": "1.0.2", "description": "Run an event handler only once", "main": "index.js", "scripts": { "test": "node index.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/neosiae/run-event-handler-once.git" }, "keywords": [ "once", "event", "handler" ], "author": "Denis Kotlica", "license": "MIT", "bugs": { "url": "https://github.com/neosiae/run-event-handler-once/issues" }, "homepage": "https://github.com/neosiae/run-event-handler-once#readme", "devDependencies": { "jsdom": "^11.12.0", "sinon": "^6.3.5", "tape": "^4.10.1" } }