-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 898 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
38
39
40
41
{
"name": "ambit",
"version": "1.1.12",
"description": "Date parser that returns a range instead of a single value",
"author": "Michael Garvin <[email protected]>",
"bugs": {
"url": "https://github.com/wraithgar/ambit/issues"
},
"dependencies": {
"moment": "^2.24.0",
"moonbeams": "^2.0.2"
},
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/lab": "^24.0.0",
"git-validate": "^2.2.4",
"standard": "^17.0.0"
},
"files": [
"ambit.js"
],
"homepage": "https://github.com/wraithgar/ambit",
"keywords": [
"date",
"parse",
"range",
"moment"
],
"license": "MIT",
"main": "ambit.js",
"repository": {
"type": "git",
"url": "https://github.com/wraithgar/ambit.git"
},
"scripts": {
"test": "lab",
"posttest": "npm run lint --loglevel silent",
"lint": "standard",
"lint:fix": "standard --fix"
}
}