-
Notifications
You must be signed in to change notification settings - Fork 4
/
readmore-readless.jquery.json
36 lines (36 loc) · 1.04 KB
/
readmore-readless.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
{
"name": "readmore-readless",
"title": "jQuery Read more - Read bless",
"description": "A jQuery plugin for Read more and Read less functionality.",
"keywords": [
"readmore",
"readless",
"showmore",
"showless"
],
"version": "0.1.0",
"author": {
"name": "Mohd Farid",
"url": "https://github.com/mfarid"
},
"maintainers": [
{
"name": "Mohd Farid",
"email": "[email protected]",
"url": "https://github.com/mfarid"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mfarid/readmore-readless/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/mfarid/readmore-readless/issues",
"homepage": "https://github.com/mfarid/readmore-readless",
"docs": "https://github.com/mfarid/readmore-readless",
"download": "https://github.com/mfarid/readmore-readless/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}