forked from EnzoMartin/Simple-Rotating-Banner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimplebanner.jquery.json
More file actions
36 lines (36 loc) · 927 Bytes
/
simplebanner.jquery.json
File metadata and controls
36 lines (36 loc) · 927 Bytes
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": "simplebanner",
"title": "Simple Rotating Banner",
"description": "A very simplistic rotating banner with only a handful of options, meant to be extremely easy to use and lightweight.",
"keywords": [
"rotating",
"banner",
"lightbox",
"simple"
],
"version": "0.0.1",
"author": {
"name": "Enzo Martin",
"email": "enzo.r.martin@gmail.com",
"url": "https://github.com/EnzoMartin78"
},
"maintainers": [
{
"name": "Enzo Martin",
"email": "enzo.r.martin@gmail.com",
"url": "https://github.com/EnzoMartin78"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/EnzoMartin78/Simple-Banner/blob/master/README.md"
}
],
"bugs": "https://github.com/EnzoMartin78/Simple-Banner/issues",
"homepage": "https://github.com/EnzoMartin78/Simple-Banner",
"docs": "https://github.com/EnzoMartin78/Simple-Banner/blob/master/README.md",
"dependencies": {
"jquery": ">=1.7"
}
}