diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0f205a8 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "Action", + "version": "0.6.1", + "homepage": "https://github.com/designfrontier/Action", + "authors": [ + "Daniel Sellers " + ], + "description": "Action is a simple, lightweight event driven framework for javascript development", + "main": "packages/latest/action.min.js", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "javascript", + "js", + "events", + "framework" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}