mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "javascript-state-machine",
|
|
"filename": "state-machine.min.js",
|
|
"version": "2.0.0",
|
|
"description": "A finite state machine javascript micro framework.",
|
|
"homepage": "https://github.com/jakesgordon/javascript-state-machine",
|
|
"keywords": [
|
|
"state-machine",
|
|
"fsm"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Jake S. Gordon"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jakesgordon/javascript-state-machine.git"
|
|
}
|
|
]
|
|
}
|