forked from lennym/moment-business-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
{
"name": "moment-business-time",
"version": "2.0.0",
"description": "Query and manipulate moment objects within the context of business/working hours",
"main": "index.js",
"scripts": {
"test": "mocha test/. --require test/init.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/lennym/moment-business-time.git"
},
"author": "Leonard Martin<hello@lennym.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lennym/moment-business-time/issues"
},
"homepage": "https://github.com/lennym/moment-business-time",
"keywords": [
"moment",
"working time",
"workings days",
"working hours",
"business time",
"business hours"
],
"dependencies": {
"minimatch": "^3.0.3",
"moment": "^2.24.0"
},
"devDependencies": {
"chai": "^2.1.0",
"mocha": "^6.2.2"
}
}