Skip to content

Commit

Permalink
added a bower.json file to start getting this thing more consumable b…
Browse files Browse the repository at this point in the history
…y bower
  • Loading branch information
designfrontier committed Oct 30, 2014
1 parent da21e9f commit 447d2bb
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": "Action",
"version": "0.6.1",
"homepage": "https://github.com/designfrontier/Action",
"authors": [
"Daniel Sellers <[email protected]>"
],
"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"
]
}

0 comments on commit 447d2bb

Please sign in to comment.