-
Notifications
You must be signed in to change notification settings - Fork 39
/
ticker.jquery.json
36 lines (36 loc) · 1.01 KB
/
ticker.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": "ticker",
"title": "jQuery Ticker",
"description": "A lightweight jQuery plugin for animating a simple news ticker.",
"keywords": [
"ticker",
"news",
"marquee",
"news-ticker"
],
"version": "v1.2.1",
"author": {
"name": "Benjamin Harris",
"url": "https://github.com/BenjaminRH"
},
"maintainers": [
{
"name": "Benjamin Harris",
"email": "benjamin3harris@gmail.com",
"url": "https://github.com/BenjaminRH"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/BenjaminRH/jquery-ticker/master/LICENSE"
}
],
"bugs": "https://github.com/BenjaminRH/jquery-ticker/issues",
"homepage": "https://benjaminrh.github.io/jquery-ticker",
"docs": "https://benjaminrh.github.io/jquery-ticker#usage",
"demo": "https://benjaminrh.github.io/jquery-ticker/#demo",
"dependencies": {
"jquery": ">=1.0"
}
}