Skip to content

Commit

Permalink
added bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed Mar 15, 2014
1 parent d0931b5 commit fa7438d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "state-machine",
"version": "2.3.0",
"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",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"state machine",
"server",
"client"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit fa7438d

Please sign in to comment.