UNPKG

369 BJSONView Raw
1{
2 "name": "@js-joda/core",
3 "description": "a date and time library for javascript",
4 "main": "dist/js-joda.js",
5 "authors": [
6 "pithu",
7 "phueper"
8 ],
9 "license": "BSD-3-Clause",
10 "keywords": [
11 "date",
12 "time",
13 "timezone"
14 ],
15 "homepage": "https://github.com/js-joda/joda-js",
16 "ignore": [
17 "**/.*",
18 "node_modules",
19 "test"
20 ]
21}