1
0
term/pkg/jquery-mousewheel/bower.json

18 lines
267 B
JSON
Raw Normal View History

2024-03-23 11:25:41 +00:00
{
"name": "jquery-mousewheel",
"version": "3.1.13",
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
"*.markdown",
"*.txt",
".*",
"!LICENSE.txt",
"Gruntfile.js",
"test"
],
"dependencies": {
"jquery": ">=1.2.2"
}
}