Skip to content

Commit

Permalink
Merge pull request #25 from alexeyraspopov/master
Browse files Browse the repository at this point in the history
Added bower manifest
  • Loading branch information
jgallen23 committed May 11, 2014
2 parents c037a48 + 470ea30 commit 9ae6b76
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 9ae6b76

Please sign in to comment.