time-slotter
Version:
Generate time slots between a start and end time, with or without intervals between.
29 lines (28 loc) • 521 B
JSON
{
"name": "time-slotter",
"description": "Generate time slots between a start and end time, with or without intervals between.",
"main": "dist/time-slotter.js",
"authors": [
{
"name": "Andrew Trigg",
"email": "andrew.s.trigg@gmail.com"
}
],
"license": "MIT",
"keywords": [
"time",
"intervals",
"slots",
"timeslots",
"window",
"timeblocks"
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}