vcal
Version:
An vCal ics parser designed to specifically handle Google's ICS private export feed, but could handle more too.
13 lines (12 loc) • 529 B
JSON
{"name": "vcal",
"version": "0.0.1",
"main": "vcal.js"
,"description": "An vCal ics parser designed to specifically handle Google's ICS private export feed, but could handle more too."
, "keywords": ["vcal", "ics", "calendar", "ical", "gcal", "google"]
, "homepage": "https://github.com/jsjohnst/node-vcal"
, "author": "Jeremy Johnstone <npm-node-vcal@jeremyjohnstone.com> (jeremyjohnstone.com)"
, "repository": {"type" : "git", "url" : "git://github.com/jsjohnst/node-vcal.git"}
, "dependencies": {
"request": ""
}
}