aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 000000000..3858b7603
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,17 @@
+{
+ "name": "jquery",
+ "version": "2.0.4-pre",
+ "ignore": [
+ "**/.*",
+ "build",
+ "speed",
+ "test",
+ "CONTRIBUTING.md",
+ "*.txt",
+ "bower.json"
+ ],
+ "dependencies": {
+ "sizzle": "~1.10.4",
+ "qunit": "~1.11.0"
+ }
+} \ No newline at end of file