Skip to content

Commit

Permalink
chore: add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed May 29, 2015
1 parent 14d7bc3 commit c356fc3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
@@ -0,0 +1,25 @@
{
"name": "bind.js",
"version": "0.4.0",
"homepage": "https://github.com/remy/bind.js",
"authors": [
"Remy Sharp <remy@remysharp.com>"
],
"description": "Simple two way data binding to HTML and callbacks",
"main": "dist/bind.min.js",
"keywords": [
"bind",
"data",
"binding",
"callbacks",
"databinding"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit c356fc3

Please sign in to comment.