-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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/"
},
"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"
]
}