-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathradar.jquery.json
34 lines (34 loc) · 987 Bytes
/
radar.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
{
"name": "radar",
"title": "jQuery Radar",
"description": "jQuery plugin providing a radar sweep animation. Publish X/Y coordinate points to the plugin for them to appear.",
"keywords": [
"radar",
"animation"
],
"version": "1.0.1",
"author": {
"name": "Jason Fuehner",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Jason Fuehner",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jfuehner/jquery-radar/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/jfuehner/jquery-radar/issues",
"homepage": "http://jfuehner.github.io/jquery-radar",
"docs": "http://jfuehner.github.io/jquery-radar",
"download": "https://github.com/jfuehner/jquery-radar/zipball/master",
"dependencies": {
"jquery": ">=1.10",
"underscore": ">=1.6"
}
}