forked from drag-drop-touch-js/dragdroptouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 755 Bytes
/
package.json
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": "dragdroptouch",
"version": "1.0.0",
"description": "Polyfill that enables HTML5 drag drop support on mobile (touch) devices",
"main": "DragDropTouch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rozek/dragdroptouch.git"
},
"keywords": [
"html5",
"drag",
"drop",
"mobile",
"touch"
],
"author": "Bernardo Castilho (https://github.com/Bernardo-Castilho)",
"contributors": [
"Andreas Rozek <[email protected]> (https://www.rozek.de/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rozek/dragdroptouch/issues"
},
"homepage": "https://github.com/rozek/dragdroptouch#readme"
}