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
33
|
{
"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.7",
"chai": "~1.0",
"test-agent": "~0.10",
"http-proxy": "~0.8",
"commander": "~1.0",
"sinon": "~1.6"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
}
}
|