{ "name": "javascript-state-machine", "homepage": "https://github.com/jakesgordon/javascript-state-machine", "authors": [ "Jake Gordon " ], "description": "a simple finite state machine library", "main": ["state-machine.js", "state-machine.min.js"], "moduleType": [ "amd", "globals", "node" ], "keywords": [ "state machine", "server", "client" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "demo", "index.html", ".gitignore" ] }