diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-04-29 12:39:40 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-04-29 12:59:42 +0200 |
| commit | d895b2bbe19e502393e474b93597db7c093c03f6 (patch) | |
| tree | e5d2188898fa810bcdbad7c9832102d8efadc728 /package.json | |
| parent | a439d29d8ff0bbee2d7c92c7594729c13c87baf8 (diff) | |
| download | splus-d895b2bbe19e502393e474b93597db7c093c03f6.tar.gz splus-d895b2bbe19e502393e474b93597db7c093c03f6.zip | |
Add ICS support
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ba71cd4..e2f7d52 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ }, "dependencies": { "cheerio": "^1.0.0-rc.2", - "googleapis": "^27.0.0" + "googleapis": "^27.0.0", + "ical-generator": "^0.2.10" }, "devDependencies": { "@types/cheerio": "^0.22.7", |
