17 lines
244 B
JSON
Raw Normal View History

2013-10-18 10:37:25 -05:00
{
"name": "jquery-mousewheel",
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
2013-11-13 21:04:57 +02:00
"*.markdown",
"*.txt",
".*",
"!LICENSE.txt",
2013-11-13 21:04:57 +02:00
"Gruntfile.js",
"test"
2013-10-18 10:37:25 -05:00
],
"dependencies": {
"jquery": ">=1.2.2"
}
}