forked from puneetkay/JQ-Image-Drag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimagedrag.jquery.json
32 lines (32 loc) · 933 Bytes
/
imagedrag.jquery.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
32
{
"name": "imagedrag",
"title": "JQ Image Drag",
"description": "jQuery Image Drag plugin like Facebook Cover Picture and Thumbnails.",
"keywords": [
"image",
"drag",
"position",
"facebook"
],
"version": "1.1.2",
"author": {
"name": "Puneet Kalra",
"email" : "hello@puneetk.com",
"url": "http://www.puneetk.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/puneetkay/JQ-Image-Drag/blob/master/LICENSE"
}
],
"bugs": "https://github.com/puneetkay/JQ-Image-Drag/issues",
"homepage": "http://puneetk.com/jq-image-drag/",
"demo": "http://puneetk.com/jq-image-drag/",
"docs": "http://puneetk.com/jq-image-drag/",
"download": "https://github.com/puneetkay/JQ-Image-Drag/releases",
"dependencies": {
"jquery": "1.8.2",
"jquery-ui": "1.10.2"
}
}