forked from jkbrzt/rrule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 685 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 685 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
31
32
33
34
35
{
"name": "rrule",
"version": "2.2.0",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jakubroztocil.github.io/rrule/",
"keywords": [
"dates",
"recurrences",
"calendar",
"icalendar",
"rfc"
],
"author": "Jakub Roztocil and Lars Schöning",
"main": "lib/rrule",
"repository": {
"type": "git",
"url": "git://github.com/jakubroztocil/rrule.git"
},
"scripts": {
"test": "standard && mocha"
},
"devDependencies": {
"mocha": "^2.3.4",
"standard": "^5.4.1"
},
"standard": {
"ignore": [
"demo"
]
},
"files": [
"lib",
"README.md"
]
}