forked from risq/jquery-advanced-news-ticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.11 KB
/
bower.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
44
45
46
47
48
{
"name": "jquery-advanced-news-ticker",
"description": "A powerful, flexible and animated vertical news ticker plugin for JQuery.",
"keywords": [
"news",
"ticker",
"newsticker",
"animation",
"scroll",
"scroller",
"slide",
"slider",
"animated",
"callback",
"jquery",
"vertical"
],
"version": "1.0.11",
"authors": [
{
"name": "risq",
"homepage": "https://github.com/risq"
}
],
"maintainers": [
{
"name": "risq",
"url": "https://github.com/risq"
}
],
"license": "https://github.com/risq/jquery-advanced-news-ticker/blob/master/LICENSE.txt",
"homepage": "http://risq.github.io/jquery-advanced-news-ticker",
"repository": {
"type": "git",
"url": "https://github.com/risq/jquery-advanced-news-ticker"
},
"dependencies": {
"jquery": ">=1.5"
},
"main": [
"jquery.newsTicker.js"
],
"ignore": [
"assets",
"index.html",
"jquery.newsTicker.min.js"
]
}