-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathwatermark.jquery.json
32 lines (32 loc) · 898 Bytes
/
watermark.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": "watermark",
"title": "jQuery plugin Watermark",
"description": "Add watermark on images use HTML5 and Javascript.",
"keywords": [
"watermark",
"image",
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"plugins"
],
"version": "1.0.1",
"author": {
"name": "zzbaivong",
"email": "lhthanh.pro@gmail.com",
"url": "https://github.com/baivong"
},
"bugs": "https://github.com/baivong/watermark/issues",
"homepage": "http://baivong.github.io/watermark",
"docs": "https://github.com/baivong/watermark/blob/master/README.md",
"download": "https://github.com/baivong/watermark/archive/master.zip",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}