moment-precise-range-plugin
Version:
This is a plugin for the moment.js JavaScript library, to display date/time ranges precisely, in a human-readable format.
31 lines (30 loc) • 868 B
JSON
{
"name": "moment-precise-range-plugin",
"version": "1.3.0",
"peerDependencies": {
"moment": ">=2.9.0"
},
"description": "This is a plugin for the moment.js JavaScript library, to display date/time ranges precisely, in a human-readable format.",
"main": "moment-precise-range.js",
"files": [
"*.md",
"moment-precise-range.js"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test && node node-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebox/moment-precise-range.git"
},
"tonicExampleFilename" : "example/example.js",
"author": "Rob Dawson <rob@codebox.net> (https://codebox.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codebox/moment-precise-range/issues"
},
"homepage": "https://github.com/codebox/moment-precise-range#readme"
}