-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
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
{
"name": "calendrical-javascript",
"version": "9.3.2",
"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. Handle week figures. Enhance Intl.DateTimeFormat. Extend Unicode CLDR and ICUs.",
"scripts": {
"test": "echo \"Test and demo page available at https://louis-aime.github.io/calendrical-javascript/ \" && exit 1"
},
"browser": "window",
"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",
"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"
}