forked from timruffles/mobile-drag-drop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 812 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
30
31
{
"name": "drag-drop-webkit-mobile",
"version": "1.4.1",
"description": "Shims drag-drop events for mobile webkit browsers (iOS).",
"main": "ios-drag-drop.js",
"homepage": "http://timruffles.github.io/ios-html5-drag-drop-shim/demo/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/timruffles/ios-html5-drag-drop-shim.git"
},
"keywords": [
"dragdrop",
"drag-drop",
"html5",
"shim",
"mobile"
],
"author": "Tim Ruffles <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timruffles/ios-html5-drag-drop-shim/issues"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.3.2",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0"
}
}