-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.11 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
{
"name": "calendrical-javascript",
"version": "9.0.0",
"description": "Routines for computations on calendars. Extend Date and Intl.DateTimeFormat. Allow custom calendars. Add historical gregorian calendars with custom switching date. Specify date in custom calendar. Helps creating calendars for Ecma TC39's Temporal. Handle week figures. Enhance Intl.DateTimeFormat. Extend Unicode CLDR and ICUs.",
"main": "calendars.js",
"scripts": {
"test": "echo \"Test and demo page available at https://louis-aime.github.io/calendrical-javascript/ \" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Louis-Aime/calendrical-javascript.git"
},
"keywords": [
"calendar",
"custom calendars",
"calendrical computations",
"Date",
"Intl",
"Intl.DateTimeFormat",
"date-format",
"temporal",
"icu4j",
"gregorian calendar"
],
"author": "Louis-Aimé de Fouquières",
"license": "MIT",
"bugs": {
"url": "https://github.com/Louis-Aime/calendrical-javascript/issues"
},
"homepage": "https://github.com/Louis-Aime/calendrical-javascript#readme"
}