summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kiessling <mittagessen@l.unchti.me>2012-02-02 01:58:13 +0100
committerBenjamin Kiessling <mittagessen@l.unchti.me>2012-02-02 01:58:13 +0100
commit17e445e1943c9bb9b5e742ec1e48e160876cfc58 (patch)
tree73f823f079045144954118f7e14999f5e6f0de8b
parentc75c301dd3ba9e7324f94ec0533dd65a289aa1d2 (diff)
Add a package.json that actually installs all dependencies
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
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": {}
+}