-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmarker.jquery.json
22 lines (22 loc) · 991 Bytes
/
marker.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "marker",
"title": "jQuery Marker plugin",
"description": "Highlighters(or markers) used to highlight and cover over existing writing while still leaving the writing readable. This jQuery plugin supports the highlighting of certain parts of the web page. This is Minimum viable product (MVP) project. But this has a great deal of potential. I'm sure this plugin helps develop your web pages soon.",
"version": "1.0.1",
"author": {
"name": "Jong-Ha Ahn",
"email": "[email protected]",
"url": "http://www.mrlatte.net"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/jongha/jquery-marker/blob/master/LICENSE"}
],
"keywords": ["div", "marker", "highlight"],
"bugs": "https://github.com/jongha/jquery-marker/issues",
"homepage": "https://github.com/jongha/jquery-marker",
"docs": "https://github.com/jongha/jquery-marker"
}