UNPKG

node-dateutils

Version:
33 lines (32 loc) 660 B
{ "name": "node-dateutils", "version": "0.1.0", "description": "datetime utils", "author": "dodoru <dodoru@foxmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dodoru/node-dateutils.git" }, "main": "index.js", "scripts": { "test": "node test.js" }, "dependencies": { "moment": "^2.19.4" }, "keywords": [ "nodejs", "date", "dateutils", "periods" ], "engines": { "node": ">= 8.0" }, "bugs": { "url": "https://github.com/dodoru/node-dateutils/issues" }, "homepage": "https://github.com/dodoru/node-dateutils#readme", "devDependencies": {} }