forked from zmmbreeze/jquery.emphasis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemphasis.jquery.json
37 lines (37 loc) · 967 Bytes
/
emphasis.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
{
"name": "emphasis",
"title": "jQuery.emphasis.js",
"description": "A javascript fallback for CSS3 emphasis mark, aka `text-emphasis`.",
"keywords": [
"text-emphasis",
"emphasis",
"css3",
"emphasis marks",
"ui",
"effect"
],
"version": "0.2.0",
"author": {
"name": "mzhou",
"url": "http://mzhou.me"
},
"maintainers": [
{
"name": "mzhou",
"email": "[email protected]",
"url": "http://mzhou.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/zmmbreeze/jquery.emphasis/master/MIT-LICENTSE.txt"
}
],
"bugs": "https://github.com/zmmbreeze/jquery.emphasis/issues",
"homepage": "http://nodejs.in/jquery.emphasis/",
"download": "https://github.com/zmmbreeze/jquery.emphasis",
"dependencies": {
"jquery": ">=1.10"
}
}