Skip to content

Commit 393bf80

Browse files
committed
Bower: add bower file with less files included
1 parent 9268634 commit 393bf80

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)