-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
49 lines (49 loc) · 1.04 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dav",
"version": "1.8.0",
"author": "Gareth Aye [:gaye] <[email protected]>",
"description": "WebDAV, CalDAV, and CardDAV client for nodejs and the browser",
"license": "MPL-2.0",
"main": "./dav.js",
"repository": "https://github.com/gaye/dav",
"keywords": [
"address book",
"calendar",
"contacts",
"dav",
"caldav",
"carddav",
"webdav",
"ical",
"vcard",
"sync",
"rfc 4791",
"rfc 6352",
"rfc 6578"
],
"dependencies": {
"@babel/polyfill": "^7.0.0",
"co": "^4.6.0",
"debug": "^4.1.1",
"xmldom": "^0.1.27",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"babel-minify": "^0.5.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"doctoc": "^0.15.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"sinon": "^7.1.1",
"tcp-port-used": "^1.0.1"
},
"scripts": {
"test": "make test"
}
}