UNPKG

turnstile

Version:
40 lines (37 loc) 1.28 kB
{ "name": "turnstile", "version": "5.0.5", "description": "An evented event queue.", "keywords": [ "cadence", "queue", "events" ], "author": "Alan Gutierrez <alan@prettyrobots.com>", "homepage": "https://github.com/bigeasy/turnstile", "bugs": "https://github.com/bigeasy/turnstile/issues", "license": "MIT", "repository": { "type": "git", "url": "bigeasy/turnstile" }, "dependencies": { "abend": "1.0.x", "cadence": "3.0.x", "extant": "1.0.x", "interrupt": "7.0.x", "nop": "1.0.x", "operation": "5.0.x" }, "devDependencies": { "proof": "7.0.x" }, "main": "turnstile", "scripts": { "test": "proof test test/*.t.js" } }