aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2014-02-04 08:56:46 -0500
committerTJ VanToll <tj.vantoll@gmail.com>2014-02-20 09:17:38 -0500
commite837d11d6b3c8517e322ded24faaa400443402ef (patch)
treec75719358c998ee39890277bc6ec419caf56da76 /bower.json
parent162056b2aa31795c216a3edc5554ff3c67393561 (diff)
downloadjquery-ui-e837d11d6b3c8517e322ded24faaa400443402ef.tar.gz
jquery-ui-e837d11d6b3c8517e322ded24faaa400443402ef.zip
All: Add Bower support
Fixes #9465 Closes gh-1189
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 000000000..34210341a
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,13 @@
+{
+ "name": "jquery-ui",
+ "ignore": [
+ "**/.*",
+ "build",
+ "demos",
+ "external",
+ "tests"
+ ],
+ "dependencies": {
+ "jquery": ">=1.6"
+ }
+}