UNPKG

772 BJSONView Raw
1{
2 "name": "@date-io/core",
3 "version": "2.16.0",
4 "description": "Abstraction over common javascript date management libraries",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "bugs": {
9 "url": "https://github.com/dmtrKovalenko/date-io/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/dmtrKovalenko/date-io"
14 },
15 "private": false,
16 "keywords": [
17 "date",
18 "time",
19 "date-io",
20 "picker",
21 "date-fns",
22 "moment",
23 "luxon"
24 ],
25 "author": {
26 "name": "Dmitriy Kovalenko",
27 "email": "dmtr.kovalenko@outlook.com"
28 },
29 "license": "MIT",
30 "devDependencies": {
31 "rollup": "^2.0.2",
32 "typescript": "^3.7.2"
33 },
34 "gitHead": "e9eddac85299013881e8bf005f5030fdf46d4756"
35}