We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9268634 commit 393bf80Copy full SHA for 393bf80
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "jquery-ui",
3
+ "version": "1.10.4",
4
+ "ignore": [
5
+ "**/.*",
6
+ "*.md",
7
+ "*.txt",
8
+ "build",
9
+ "demos",
10
+ "external",
11
+ "node_modules",
12
+ "tests",
13
+ "themes",
14
+ "ui/i18n",
15
+ "Gruntfile.js",
16
+ "jquery-1.10.2.js",
17
+ "package.json"
18
+ ],
19
+ "dependencies": {
20
+ "jquery": ">=1.6 <1.11"
21
+ },
22
+ "devDependencies": {
23
+ "jquery-mousewheel": "3.1.11",
24
+ "jshint": "2.4.4",
25
+ "qunit": "1.14.0"
26
+ }
27
+}
0 commit comments