-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 837 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
{
"name": "timesolver",
"version": "1.2.0",
"description": "A small library for manipulating, validating and formatting JavaScript date object.",
"main": "timeSolver.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sean1093/timeSolver.git"
},
"keywords": [
"javascript",
"date",
"time",
"datetime",
"timesolver",
"utilities",
"date-time",
"times",
"logging",
"console",
"format-javascript"
],
"author": "sean1093",
"license": "ISC",
"bugs": {
"url": "https://github.com/sean1093/timeSolver/issues"
},
"homepage": "https://github.com/sean1093/timeSolver#readme",
"devDependencies": {
"jest": "^22.4.3",
"jest-cli": "^23.4.1"
}
}