summaryrefslogtreecommitdiff
path: root/package.json
blob: 4021901202f9e1ce5247d40a7147f8756a45b8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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.2",
  "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"
  },
  "devDependencies": {},
  "optionalDependencies": {}
}