forked from cosinekitty/astronomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 918 Bytes
/
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
{
"name": "astronomy-engine",
"version": "2.0.2",
"description": "Astronomy calculation for Sun, Moon, and planets.",
"main": "./astronomy.js",
"module": "./esm/astronomy.js",
"typings": "./astronomy.d.ts",
"files": [
"esm/astronomy.js",
"astronomy.d.ts",
"astronomy.js",
"astronomy.min.js",
"astronomy.browser.js",
"astronomy.browser.min.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cosinekitty/astronomy.git"
},
"keywords": [
"astronomy",
"ephemeris",
"planet",
"sun",
"moon",
"solar",
"system",
"sunrise",
"sunset",
"equinox",
"solstice",
"constellation",
"orbit"
],
"author": "Donald Cross",
"license": "MIT",
"bugs": {
"url": "https://github.com/cosinekitty/astronomy/issues"
},
"homepage": "https://github.com/cosinekitty/astronomy#readme",
"sideEffects": false
}