Skip to content

Commit 7246c14

Browse files
committed
include bower package manager support
1 parent c61e8d5 commit 7246c14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bower.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "jquery-mousewheel",
3+
"version": "3.1.3",
4+
"main": "./jquery.mousewheel.js",
5+
"ignore": [
6+
".*",
7+
"*.txt",
8+
"*.markdown",
9+
"*.json",
10+
"test",
11+
"Gruntfile.js"
12+
],
13+
"dependencies": {
14+
"jquery": ">=1.2.2"
15+
}
16+
}

0 commit comments

Comments
 (0)