forked from mazedigital/Web-Ticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webticker.jquery.json
43 lines (43 loc) · 1.54 KB
/
webticker.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
38
39
40
41
42
43
{
"name": "webticker",
"title": "jQuery WebTicker",
"description": "jQuery plugin to create horizontal scrolling tickers, supports both left and right scrolling as well as variable speeds. Pauses on hyperling hover and many other features. Added in version 2.0 there is support for updates & RSS Feeds. Version 2.1.0 Adds support for CSS3 Transitions making the webticker smoother on modern browsers.",
"keywords": [
"ticker",
"marquee",
"scroll",
"link-list",
"news-ticker",
"animation"
],
"version": "2.1.1",
"author": {
"name": "Jonathan Mifsud",
"email": "[email protected]",
"url": "http://jonmifsud.com"
},
"maintainers": [
{
"name": "Jonathan Mifsud",
"email": "[email protected]",
"url": "http://jonmifsud.com"
}
],
"licenses": [
{
"type": "Creative Commons Attribution-NonCommercial 3.0 Unported License",
"url": "http://creativecommons.org/licenses/by-nc/3.0/"
},
{
"type": "DonationWare",
"url": "https://github.com/jonmifsud/Web-Ticker/blob/master/licence.md"
}
],
"bugs": "https://github.com/jonmifsud/Web-Ticker/issues",
"homepage": "http://jonmifsud.com/open-source/jquery/jquery-webticker/",
"docs": "http://jonmifsud.com/open-source/jquery/jquery-webticker/",
"download": "http://jonmifsud.com/open-source/jquery/jquery-webticker/",
"dependencies": {
"jquery": ">=1.7"
}
}