-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
{
"name": "moment-business-days-cd",
"version": "1.0.1",
"description": "Plugin MomentJS pour utiliser les jours ouvrables avec les jours fériés congolais",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bilwifi/moment-business-days-cd.git"
},
"author": "Peniel DIALUNDAMA | BilWifi <[email protected]>",
"keywords": [
"moment",
"momentjs",
"business",
"days",
"plugin",
"congo",
"rdc",
"cd",
"Kinshasa",
"jour",
"férié",
"holidays",
"Peniel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bilwifi/moment-business-days-cd/issues"
},
"homepage": "https://github.com/bilwifi/moment-business-days-cd#readme",
"peerDependencies": {
"moment-business-days": "1.x.x"
}
}