UNPKG

yatem

Version:

Yet Another Tiny Event Emitter

27 lines (26 loc) 541 B
{ "name": "yatem", "version": "1.2.0", "description": "Yet Another Tiny Event Emitter", "main": "lib/yatem.js", "scripts": { "test": "tape tests/test_yatem.js" }, "repository": { "type": "git", "url": "git+https://github.com/pixcai/yatem.git" }, "keywords": [ "Event", "Emitter" ], "author": "pixcai", "license": "GPL-3.0", "bugs": { "url": "https://github.com/pixcai/yatem/issues" }, "homepage": "https://github.com/pixcai/yatem#readme", "devDependencies": { "tape": "^4.6.0" } }