forked from dave-gray101/node-ical-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@machinshin/ical-toolkit",
"version": "1.0.14",
"description": "ICal generator/updater/parser with Timezone/DST, Alams, Organizers, Events, etc. support.",
"main": "lib/main.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/machinshin/node-ical-toolkit.git"
},
"keywords": [
"iCal",
"generator",
"parser",
"updater",
"Timezone",
"DST",
"Alarms"
],
"author": "my fork",
"license": "ISC",
"bugs": {
"url": "https://github.com/kushal-likhi/node-ical-toolkit/issues"
},
"homepage": "https://github.com/kushal-likhi/node-ical-toolkit",
"devDependencies": {
"fs-readdir-recursive": "^0.1.0",
"mocha": "^2.2.0"
},
"dependencies": {
"ical2json": "git+https://github.com/machinshin/ical2json.git",
"moment": "^2.18.1"
}
}