1234567891011121314151617181920212223242526272829 |
- {
- "name": "javascript-state-machine",
- "homepage": "https://github.com/jakesgordon/javascript-state-machine",
- "authors": [
- "Jake Gordon <jake@codeincomplete.com>"
- ],
- "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"
- ]
- }
|