forked from mreq/jquery-ui-touch-punch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 671 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jquery-ui-touch-punch",
"version": "1.0.0",
"description": "> **jQuery UI Touch Punch is a small hack that enables the use of touch events on sites using the jQuery UI user interface library.**",
"main": "jquery.ui.touch-punch.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jirkamotejl/jquery-ui-touch-punch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jirkamotejl/jquery-ui-touch-punch/issues"
},
"homepage": "https://github.com/jirkamotejl/jquery-ui-touch-punch#readme"
}