UNPKG

st8

Version:

Tiny state machine

30 lines (29 loc) 533 B
{ "name": "st8", "version": "3.0.1", "description": "Tiny state machine", "main": "st8.js", "type": "module", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "https://github.com/dy/st8" }, "keywords": [ "state", "fsm", "state machine", "component", "stateful" ], "author": "Dmitry Ivanov", "license": "MIT", "bugs": { "url": "https://github.com/dy/st8/issues" }, "devDependencies": { "tst": "^7.1.1" } }