forked from peterbraden/ical.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
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
{
"name": "node-ical-improved",
"version": "0.6.0",
"main": "index.js",
"description": "A minimal icalendar/ics parser for nodejs",
"keywords": [
"ical",
"ics",
"calendar",
"nodejs"
],
"homepage": "https://github.com/Hardsix/node-ical-improved",
"author": "Jens Maus <mail@jens-maus.de> Tomislav Bradaric <the.tomislav.bradaric@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:Hardsix/node-ical-improved.git"
},
"dependencies": {
"request": "2.75.0",
"rrule": "2.1.0",
"node-uuid": "^1.4.1"
},
"devDependencies": {
"vows": "0.7.0",
"underscore": "1.3.0"
},
"scripts": {
"test": "./node_modules/vows/bin/vows ./test/test.js"
}
}