-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 840 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 840 Bytes
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
{
"name": "repubdate",
"version": "1.0.5",
"description": "Conversion and formatting of dates to the French Republican Calendar.",
"type": "module",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test",
"cover": "nyc mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcorrell/repubdate.git"
},
"keywords": [
"date",
"date-formatting",
"liberty",
"equality",
"fraternity"
],
"author": "Michael Correll",
"license": "MIT",
"dependencies": {
"d3-time": "^1.0.7"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^11.7.5",
"nyc": "^17.1.0"
},
"bugs": {
"url": "https://github.com/mcorrell/repubdate/issues"
},
"homepage": "https://github.com/mcorrell/repubdate#readme"
}