UNPKG

time-slotter

Version:

Generate time slots between a start and end time, with or without intervals between.

40 lines (39 loc) 909 B
{ "name": "time-slotter", "version": "1.0.10", "description": "Generate time slots between a start and end time, with or without intervals between.", "main": "dist/time-slotter.js", "scripts": { "test": "mocha test", "build": "node build-script" }, "author": { "name": "Andrew Trigg", "email": "andrew.s.trigg@gmail.com" }, "homepage": "https://github.com/too-old-to-code/time-slotter", "dependencies": { "time-drift": "^1.0.6" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "babelify": "^10.0.0", "browserify": "^16.2.3", "chai": "^4.2.0", "mocha": "^5.2.0", "uglifyify": "^5.0.1" }, "keywords": [ "time", "intervals", "slots", "timeslots", "window", "timeblocks" ], "license": "MIT", "bugs": { "url": "https://github.com/too-old-to-code/time-slotter/issues" } }