Skip to content

Commit 6f6eabe

Browse files
committed
Updated package.json
1 parent 595f165 commit 6f6eabe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Pierre Valade <[email protected]>
2+
Joey Dong <[email protected]>

package.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "vobject",
3-
"version": "0.0.1",
3+
"description": "iCalendar VObject Manipulation in NodeJS",
4+
"keywords": [
5+
"ical",
6+
"icalendar",
7+
"vobject",
8+
"caldav"
9+
],
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/sunrise/vobject-js.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/sunrise/vobject-js/issues"
16+
},
17+
"version": "0.0.5",
418
"dependencies": {
519
"moment": "2.1.x",
620
"moment-timezone": "0.0.2",

0 commit comments

Comments
 (0)