summaryrefslogtreecommitdiffstats
path: root/js/dav/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/package.json')
-rw-r--r--js/dav/package.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/js/dav/package.json b/js/dav/package.json
new file mode 100644
index 00000000..8bdc179d
--- /dev/null
+++ b/js/dav/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "dav",
+ "version": "1.8.0",
+ "author": "Gareth Aye [:gaye] <gaye@mozilla.com>",
+ "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": {
+ "co": "^4.6.0",
+ "xmldom": "^0.1.19",
+ "xmlhttprequest": "^1.7.0"
+ },
+ "devDependencies": {
+ "babel": "^5.8.23",
+ "browserify": "^11.0.1",
+ "chai": "^3.2.0",
+ "doctoc": "^0.15.0",
+ "mocha": "^2.3.2",
+ "nock": "^2.10.0",
+ "sinon": "^1.16.1",
+ "tcp-port-used": "^0.1.2",
+ "uglify-js": "^2.4.24"
+ },
+ "scripts": {
+ "test": "make test"
+ }
+}