diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-18 20:51:13 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-18 20:51:13 -0700 |
commit | a6c747412c0960331e4055eee97d8328ff88d584 (patch) | |
tree | c4a82365e592a2d1cfa46cd0f5f595dde6626ff8 /package.json | |
download | jsCalDAV-a6c747412c0960331e4055eee97d8328ff88d584.tar.gz |
Initial hack
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..4c84623 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "caldav", + "version": "0.0.1", + "author": "", + "description": "", + "main": "lib/index.js", + + "repository": { + "type": "git", + "url": "https://github.com/.git" + }, + + "keywords": [ + "" + ], + "dependencies" : { + "xmlhttprequest": "1.4.2" + }, + "devDependencies": { + "mocha": "~1.1", + "chai": "~1.0", + "sax": "0.4.0" + }, + "license": "MIT", + "engine": { + "node": ">=0.4" + } +} |