-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "awesome-ics",
"version": "0.1.3",
"description": "The library is designed for developers who want to support iCalendar functionality directly in their nodejs code. The objects were designed according to rfc5545 standard specification.",
"repository" : {
"type" : "git",
"url" : "https://github.com/bandraszyk/awesome-ics.git"
},
"files": [
"dist"
],
"main": "./dist/awesome-ics.js",
"tags": [
"calendar",
"iCalendar",
"iCal",
"ical",
"ics"
],
"author": {
"name" : "Bandro",
"url" : "https://github.com/bandraszyk/"
},
"devDependencies": {
"babel": "~5.8.21",
"docco": "~0.7.0",
"grunt": "~0.4.5",
"grunt-babel": "~5.0.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jasmine": "~0.9.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-jasmine-nodejs": "~1.4.3",
"grunt-stripcomments": "~0.3.1",
"jasmine": "~2.3.0",
"load-grunt-tasks": "~1.0.0",
"traceur": "~0.0.91",
"diff": "~2.0.2"
},
"license": "MIT"
}