include bower package manager support

This commit is contained in:
Brandon Aaron
2013-10-18 10:37:25 -05:00
parent c61e8d55bb
commit 7246c14e0e
+16
View File
@@ -0,0 +1,16 @@
{
"name": "jquery-mousewheel",
"version": "3.1.3",
"main": "./jquery.mousewheel.js",
"ignore": [
".*",
"*.txt",
"*.markdown",
"*.json",
"test",
"Gruntfile.js"
],
"dependencies": {
"jquery": ">=1.2.2"
}
}