@rschedule/rschedule
Version:
A typescript library for working with recurring dates and events.
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "@rschedule/rschedule",
"version": "0.11.6",
"description": "A typescript library for working with recurring dates and events.",
"author": "John Carroll <john.carroll.p@gmail.com>",
"homepage": "https://gitlab.com/john.carroll.p/rschedule",
"bugs": "https://gitlab.com/john.carroll.p/rschedule/issues",
"repository": {
"type": "git",
"url": "https://gitlab.com/john.carroll.p/rschedule.git"
},
"license": "Unlicense",
"keywords": [
"rschedule",
"javascript",
"typescript",
"recurring",
"events",
"dates",
"recurrences",
"calendar",
"icalendar",
"rfc"
],
"main": "build/main.js",
"typings": "build/packages/rschedule/index.d.ts",
"module": "build/module.js",
"engines": {
"node": ">=8.9"
},
"scripts": {
"build": "yarn clean:build && rollup -c && rm -rf .rpt2_cache",
"clean:build": "rm -rf build && rm -rf .rpt2_cache"
},
"devDependencies": {
"rollup": "^1.7.4",
"rollup-plugin-typescript2": "^0.20.1",
"typescript": "~3.3.0"
},
"gitHead": "5194c8bdf9c4c033cfc5c1b70b6a4e95e93693fd"
}