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
|
{
"author": "Benjamin Kiessling <mittagessen@l.unchti.me> (http://l.unchti.me/slidonoscopy)",
"name": "slidonoscopy",
"description": "Create html multimedia slideshows and event calendars",
"version": "0.0.4",
"homepage": "http://l.unchti.me/slidonoscopy",
"repository": {
"type": "git",
"url": "git://sublab.org/slidonoscopy"
},
"engines": {
"node": "0.6.x"
},
"dependencies": {
"ical": "http://l.unchti.me/slidonoscopy/node-ical-0.0.5.tar.gz",
"swig": "0.9.x",
"consolidate": ">=0.1.0",
"watch-tree": "https://github.com/trevorburnham/node-watch-tree/tarball/node_06",
"express": "https://github.com/visionmedia/express/tarball/master",
"walk": "2.x.x",
"node-logging": "0.x.x",
"optimist": "0.3.x"
},
"devDependencies": {},
"optionalDependencies": {}
}
|