14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"name": "readonly-date",
|
|
"version": "1.0.0",
|
|
"description": "An immutable drop-in replacement for JavaScript's Date type",
|
|
"author": "IOV SAS <admin@iov.one>",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iov-one/readonly-date"
|
|
}
|
|
}
|