forked from aelbuni/closify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclosify.jquery.json
40 lines (40 loc) · 1.06 KB
/
closify.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
33
34
35
36
37
38
39
40
{
"name": "Closify",
"title": "jQuery Closify",
"description": "Closify is a jQuery based plugin, that simplifies the developers task to create a dynamic image uploader that works like facebook cover and profile picture uploading mechanism.",
"keywords": [
"closify",
"image",
"picture",
"uploader",
"profile",
"banner",
"cover",
"facebook"
],
"version": "1.0.5",
"author": {
"name": "aelbuni",
"url": "http://www.itechflare.com/closify"
},
"maintainers": [
{
"name": "Abdulrhman Elbuni",
"url": "http://www.itechflare.com"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"bugs": "https://github.com/aelbuni/closify/issues",
"homepage": "http://www.itechflare.com/closify",
"docs": "http://www.itechflare.com/closify",
"download": "https://github.com/aelbuni/closify",
"dependencies": {
"jquery": ">=1.5",
"jquery-ui": ">=1.10"
}
}