From 17e445e1943c9bb9b5e742ec1e48e160876cfc58 Mon Sep 17 00:00:00 2001
From: Benjamin Kiessling <mittagessen@l.unchti.me>
Date: Thu, 2 Feb 2012 01:58:13 +0100
Subject: Add a package.json that actually installs all dependencies

---
 package.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..51e96fb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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.1",
+  "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": {}
+}
-- 
cgit v1.2.1