forked from adamgibbons/ics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 932 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
37
38
39
40
41
{
"name": "ics",
"version": "0.5.0",
"description": "iCal (ics) file generator",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/vinczedani/ics.git"
},
"keywords": [
"ical",
"ics",
"calendar",
"icalendar"
],
"author": "Adam Gibbons",
"contributors": [
"Adam Gibbons <[email protected]>",
"Green Pioneer <[email protected]>",
"Daniel Vincze <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/adamgibbons/ics",
"devDependencies": {
"body-parser": "^1.14.2",
"chai": "^1.9.2",
"eslint": "^1.10.2",
"eslint-config-codingsans": "^1.1.0",
"eslint-plugin-mocha": "^1.1.0",
"eslint-plugin-smells": "^1.0.1",
"express": "^4.13.4",
"mocha": "^2.0.1",
"moment": "^2.11.1"
},
"dependencies": {
"lodash": "^4.13.1"
}
}