logicoma
Version:
A human FSM(friendly state machine) with good async support and error handling
28 lines (27 loc) • 581 B
JSON
{
"name": "logicoma",
"version": "0.5.0",
"description": "A human FSM(friendly state machine) with good async support and error handling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"states",
"statemachine",
"error",
"panic",
"recover"
],
"author": "NStal",
"license": "ISC",
"dependencies": {
"coffee-script": "^1.8.0",
"error-doc": "latest",
"eventex": "latest"
},
"repository": {
"type": "git",
"url": "git@github.com:NStal/node-states.git"
}
}