pqgrid
Version:
<p align="center"> <a href="https://paramquery.com/"> <img src="https://paramquery.com/content/images/pqgrid.png" alt="ParamQuery logo" width="168" height="64"> </a> </p>
34 lines (33 loc) • 866 B
JSON
{
"name": "pqtouch",
"description": "touch support for javascript controls with virtual rendering. works by monkey patching jQueryUI mouse prototpye.",
"version": "1.0.1",
"main": "pqtouch.js",
"author": {
"name": "Paramvir Dhindsa",
"url": "http://www.paramquery.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/paramquery/pqtouch.git"
},
"license": "MIT",
"devDependencies": {},
"dependencies": {},
"peerDependencies": {
"jquery": ">=2.2.1",
"jquery-ui-pack": "^1.12.3"
},
"keywords": [
"touch",
"monkey patch",
"jqueryui mouse",
"virtual rendering"
],
"files": [
"pqtouch.js",
"pqtouch.min.js",
"MIT-LICENSE.txt",
"README.txt"
]
}