forked from nwcell/ics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 834 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
{
"name": "ics.js",
"version": "0.1.3",
"description": "A browser firendly .ics/.vcs file generator written entirely in javascript",
"main": "icsjs",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-mocha": "~0.4.6",
"bower": "~1.2.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nwcell/ics.js.git"
},
"keywords": [
"ics",
"iCal",
"iCalendar"
],
"contributors": [
"Travis Krause <[email protected]>",
"Kyle Hornberg <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nwcell/ics.js/issues"
}
}