diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b5fee10 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "routie", + "version": "0.3.2", + "homepage": "http://projects.jga.me/routie", + "authors": [ + "Greg Allen" + ], + "description": "a tiny hash router", + "main": "dist/routie.js", + "keywords": [ + "routing", + "hash", + "routing", + "router" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}