diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..419f0df --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "state-machine", + "version": "2.3.0", + "homepage": "https://github.com/jakesgordon/javascript-state-machine", + "authors": [ + "Jake Gordon " + ], + "description": "a simple finite state machine library", + "main": "state-machine.js", + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "state machine", + "server", + "client" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}