-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 991 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
42
43
44
45
46
47
48
{
"name": "cctz",
"version": "1.7.7",
"description": "⚡️ Fast parsing, formatting and timezone manipulations for dates",
"main": "index.js",
"scripts": {
"bench": "node bench",
"test": "xo && ava"
},
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com"
},
"keywords": [
"date",
"time",
"timezone",
"cctz",
"iana",
"zone",
"parse",
"format",
"strptime",
"strftime",
"tz"
],
"license": "MIT",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.4.0"
},
"gypfile": true,
"devDependencies": {
"ava": "^0.17.0",
"benchmark": "^2.1.2",
"date-fns": "^1.11.2",
"moment-timezone": "^0.5.9",
"xo": "^0.17.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/floatdrop/node-cctz.git"
},
"bugs": {
"url": "https://github.com/floatdrop/node-cctz/issues"
},
"homepage": "https://github.com/floatdrop/node-cctz#readme"
}