Skip to content

Commit

Permalink
Merge pull request #195 from mikeSimonson/bower
Browse files Browse the repository at this point in the history
Adding the bower.json in it's own commit in the hope that it's easier to...
  • Loading branch information
asual committed Dec 16, 2014
2 parents 2ebfb45 + b3b053c commit 150639e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery-address",
"homepage": "http://www.asual.com/jquery/address/",
"repository": {
"type": "git",
"url": "git://github.com/asual/jquery-address.git"
},
"description": "jQuery Address - Deep linking for the masses",
"main": "src/jquery.address.js",
"keywords": [
"address",
"linking"
],
"license": "MIT",
"ignore": [
"dist",
"lib",
"samples",
"test",
".jshintrc",
".gitignore",
"build.*",
"**/*.txt"
],
"dependencies": {
"jquery": ">= 1.6.4"
},
"version": "1.6.0"
}

0 comments on commit 150639e

Please sign in to comment.