date-arithmetic
Version:
simple date math util
35 lines (34 loc) • 801 B
JSON
{
"name": "date-arithmetic",
"version": "4.1.0",
"description": "simple date math util",
"main": "index.cjs.js",
"module": "index.js",
"scripts": {
"test": "node -r esm test.js",
"prepublishOnly": "rollup --input index.js --file index.cjs.js --format cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/date-math.git"
},
"keywords": [
"moment",
"date",
"math"
],
"author": {
"name": "Jason Quense @monasticpanic"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/date-math/issues"
},
"homepage": "https://github.com/jquense/date-math",
"devDependencies": {
"esm": "^3.2.25",
"rollup": "^1.14.4"
},
"readme": "ERROR: No README data found!",
"_id": "date-arithmetic@4.0.1"
}