-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 KB
/
package.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
{
"name": "flight-indicators-js",
"title": "Flight Indicators JS",
"version": "1.0.5",
"description": "This module allows you to display high quality flight indicators using html, css and SVG images.",
"type": "commonjs",
"main": "./cjs/module-flight-indicators.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teocci/js-module-flight-indicators.git"
},
"keywords": [
"flight",
"indicator",
"artificial",
"horizon",
"instrument",
"gauge",
"turn",
"altitude",
"attitude",
"monitoring",
"realtime"
],
"author": "Teocci",
"license": "MIT",
"bugs": {
"url": "https://github.com/teocci/js-module-flight-indicators/issues"
},
"homepage": "https://github.com/teocci/js-module-flight-indicators#readme",
"exports": {
"require": "./cjs/module-flight-indicators.js",
"import": "./esm/module-flight-indicators.mjs"
},
"module": "./esm/module-flight-indicators.mjs"
}