]> source.dussan.org Git - jquery-ui.git/commitdiff
All: Add Bower support
authorTJ VanToll <tj.vantoll@gmail.com>
Tue, 4 Feb 2014 13:56:46 +0000 (08:56 -0500)
committerTJ VanToll <tj.vantoll@gmail.com>
Thu, 20 Feb 2014 14:17:38 +0000 (09:17 -0500)
Fixes #9465
Closes gh-1189

bower.json [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..3421034
--- /dev/null
@@ -0,0 +1,13 @@
+{
+       "name": "jquery-ui",
+       "ignore": [
+               "**/.*",
+               "build",
+               "demos",
+               "external",
+               "tests"
+       ],
+       "dependencies": {
+               "jquery": ">=1.6"
+       }
+}