-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 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
{
"name": "ticks-to-date",
"version": "1.0.6",
"description": "The best way to convert C# ticks date time to JavaScript Date.",
"author": "Evgeny Vyushin <[email protected]> (https://github.com/vyushin)",
"contributors": [
"Evgeny Vyushin <[email protected]> (https://github.com/vyushin)"
],
"maintainers": [
"Evgeny Vyushin <[email protected]> (https://github.com/vyushin)"
],
"repository": {
"type": "git",
"url": "https://github.com/vyushin/ticks-to-date"
},
"bugs": {
"url": "https://github.com/vyushin/ticks-to-date/issues"
},
"homepage": "https://github.com/vyushin/ticks-to-date",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"license": "MIT",
"keywords": [
"C#",
"ticks",
"date",
"convert"
],
"directories": {
"doc": "./README.md"
},
"funding": [
{
"type": "buy_me_a_coffee",
"url": "https://buymeacoffee.com/vyushin"
},
{
"type": "Patreon",
"url": "https://www.patreon.com/vyushin"
}
]
}