UNPKG

parse-messy-schedule

Version:

parse recurring or one-off scheduled events from free-form text

39 lines (38 loc) 832 B
{ "name": "parse-messy-schedule", "version": "2.0.3", "description": "parse recurring or one-off scheduled events from free-form text", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "keywords": [ "parser", "messy", "schedule", "event", "text", "human" ], "author": "substack", "license": "BSD", "dependencies": { "parse-messy-time": "^2.0.2" }, "devDependencies": { "strftime": "^0.9.2", "tape": "^4.2.2" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/substack/parse-messy-schedule.git" }, "bugs": { "url": "https://github.com/substack/parse-messy-schedule/issues" }, "homepage": "https://github.com/substack/parse-messy-schedule#readme" }