-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "rwt-orthographic-earth",
"version": "1.0.38",
"description": "An orthographic projection of Earth, a standards-based DOM Component",
"author": "Read Write Tools",
"license": "see license.blue",
"type": "module",
"exports": {
".": "rwt-orthographic-earth.js"
},
"keywords": [
"GIS",
"maps",
"Earth",
"web-component",
"custom-element",
"html-template",
"shadow-dom",
"readwritetools"
],
"repository": {
"type": "git",
"url": "https://github.com/readwritetools/rwt-orthographic-earth.git"
},
"bugs": {
"url": "https://github.com/readwritetools/rwt-orthographic-earth/issues"
},
"homepage": "https://hub.readwritetools.com/components/orthographic-earth.blue",
"files": [
"img",
"joe",
"license.blue",
"license.html",
"readme.md",
"rwt-orthographic-earth.js",
"rwt-registration-keys.js"
],
"readwritetools": {
"modules": {
"esmodules": true,
"commonjs": false
},
"suitability": {
"browser": "api",
"nodejs": "none"
},
"imports": {
"gcsio/": "/node_modules/gcsio/",
"softlib/": "/node_modules/softlib/",
"rwt-dockable-panels/": "/rwt-modules/rwt-dockable-panels/"
}
}
}