diff options
| author | Benjamin Kiessling <mittagessen@l.unchti.me> | 2012-02-02 01:58:13 +0100 | 
|---|---|---|
| committer | Benjamin Kiessling <mittagessen@l.unchti.me> | 2012-02-02 01:58:13 +0100 | 
| commit | 17e445e1943c9bb9b5e742ec1e48e160876cfc58 (patch) | |
| tree | 73f823f079045144954118f7e14999f5e6f0de8b | |
| parent | c75c301dd3ba9e7324f94ec0533dd65a289aa1d2 (diff) | |
Add a package.json that actually installs all dependencies
| -rw-r--r-- | package.json | 24 | 
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": {} +}  | 
