UNPKG

slot-generator

Version:

Generating time slots between a time range

34 lines (33 loc) 797 B
{ "name": "slot-generator", "version": "1.0.7", "description": "Generating time slots between a time range", "main": "index.js", "scripts": { "pub": "git add . && git commit -m \"Updates\" && git push && npm version patch && npm publish", "test": "jest --watchAll --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/smdpro/slot-generator.git" }, "keywords": [ "datetime", "timeslot", "moment", "datetime", "datetime range" ], "author": "Samad Rahimi", "license": "MIT", "bugs": { "url": "https://github.com/smdpro/slot-generator/issues" }, "homepage": "https://github.com/smdpro/slot-generator#readme", "dependencies": { "moment": "^2.29.1" }, "devDependencies": { "jest": "^23.6.0" } }