-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 882 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
43
{
"name": "moonbeams",
"version": "2.0.3",
"description": "Astronomical calculation library",
"main": "moonbeams.js",
"scripts": {
"test": "lab",
"posttest": "npm run lint",
"lint": "standard",
"lint:fix": "standard --fix"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "[email protected]:wraithgar/moonbeams.git"
},
"files": [
"moonbeams.js"
],
"keywords": [
"javascript",
"calendar",
"astronomical",
"calculations",
"date",
"season",
"julian"
],
"author": "Gar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wraithgar/moonbeams/issues"
},
"homepage": "https://github.com/wraithgar/moonbeams",
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/lab": "^24.0.0",
"git-validate": "^2.2.4",
"standard": "^17.0.0"
}
}