-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
29 lines (29 loc) · 849 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
{
"author": "François de Metz <[email protected]>",
"name": "trello_calendar",
"description": "Generate a ics feed of your cards.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/francois2metz/trello-calendar.git"
},
"dependencies": {
"bootstrap" : "https://github.com/twitter/bootstrap/tarball/v2.1.1",
"trello_baseapp" : "~0.0.3",
"express" : "~2.5.9",
"icalendar" : "~0.5.4",
"backbone" : "~0.9.2",
"underscore" : "~1.3.3",
"seq" : "~0.3.5",
"optimist" : "~0.3.4",
"connect-assets" : "~2.2.1",
"less" : "~1.3.0",
"jade" : "~0.26.1",
"dattss" : "~0.1.8"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}