forked from aramk/rrule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 KB
/
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
37
38
39
40
41
42
43
{
"name": "rrule",
"version": "2.1.0",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jkbrzt.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/jkbrzt/rrule.git"
},
"scripts": {
"test": "echo Run tests in the browser at tests/index.html"
},
"devDependencies": {
"chai": "^1.9.2",
"coffee-script": "^1.9.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.12",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-docco": "^0.3.3",
"grunt-mocha-test": "^0.12.1",
"grunt-node-inspector": "^0.1.5",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "~0.2.1",
"mocha": "^1.21.5",
"requirejs": "~2.1.11",
"shelljs": "^0.3.0",
"tz-date": "git+https://github.com/aramk/tz-date.git#v0.2.2"
},
"scripts": {
"test": "grunt test"
}
}