From b3b053cb4e1b882db378ab5859a94014ca6a5dba Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 15 Dec 2014 17:37:57 +0100 Subject: [PATCH] Adding the bower.json in it's own commit in the hope that it's easier to merge --- bower.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..bf6005d --- /dev/null +++ b/bower.json @@ -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" +}