Skip to content

Commit

Permalink
Merge pull request #15 from mutley/master
Browse files Browse the repository at this point in the history
add bower.json for bower goodness
  • Loading branch information
goatslacker committed Feb 21, 2015
2 parents e92c22a + f33f22c commit 3f7fc42
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "alt",
"version": "0.13.4",
"homepage": "https://github.com/goatslacker/alt",
"authors": [
"Josh Perez <josh@goatslacker.com>"
],
"description": "Alt is a flux implementation that is small (~4.3kb & 400 LOC), well tested, terse, insanely flexible, and forward thinking.",
"main": "dist/alt.js",
"keywords": [
"alt",
"flux",
"terse"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 3f7fc42

Please sign in to comment.