a6c7474
20711f0
1c136b2
ae75f14
f6fc6f1
1
2
3 4 5 6 7 8 9 10 11 12 13 14 15 16
17
18 19 20
21
22 23
24
25 26
27 28 29 30 31 32
{ "name": "caldav", "version": "0.0.1", "author": "", "description": "", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/.git" }, "keywords": [ "" ], "dependencies" : { "sax": "0.4.0", "xmlhttprequest": "1.4.2" }, "devDependencies": { "debug": "~0.7", "mocha": "~1.1", "chai": "~1.0", "test-agent": "~0.6", "http-proxy": "~0.8", "commander": "~1.0" }, "license": "MIT", "engine": { "node": ">=0.4" } }