aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
+ }
+}