-
Notifications
You must be signed in to change notification settings - Fork 113
/
flightindicators.jquery.json
35 lines (35 loc) · 1.07 KB
/
flightindicators.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
{
"name": "flightindicators",
"title": "Flight Indicators jQuery Plugin",
"description": "allows you to display high quality flight indicators using html, css3, jQuery and SVG images.",
"version": "1.0.3",
"keywords": [
"flight",
"indicator",
"artificial",
"horizon",
"instrument",
"gauge",
"fly",
"plane",
"monitoring",
"realtime"
],
"author": {
"name": "Sébastien Matton",
"url": "https://github.com/sebmatton/jQuery-Flight-Indicators"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://raw.githubusercontent.com/sebmatton/jQuery-Flight-Indicators/master/LICENSE"
}
],
"bugs": "https://github.com/sebmatton/jQuery-Flight-Indicators/issues",
"homepage": "https://github.com/sebmatton/jQuery-Flight-Indicators",
"docs": "https://github.com/sebmatton/jQuery-Flight-Indicators",
"download": "https://github.com/sebmatton/jQuery-Flight-Indicators",
"dependencies": {
"jquery": ">=1.3.0"
}
}