{
	"name": "@esperecyan/webdav-client",
	"version": "2.0.3",
	"publishConfig": {
		"access": "public"
	},
	"description": "The WebDAV client library which is designed like “File and Directory Entries API”.",
	"license": "MPL-2.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/esperecyan/webdav-client.git"
	},
	"keywords": [
		"webdav",
		"rfc4918",
		"file-and-directory-entries-api",
		"webextensions",
		"webextension"
	],
	"main": "webdav.js",
	"scripts": {
		"test": "node tests/test.es",
		"docs": "jsdoc --configure conf.json"
	},
	"devDependencies": {
		"@esperecyan/eslint-config": "^0.2.4",
		"eslint": "^8.16.0",
		"jsdoc": "^3.6.10",
		"karma": "^6.3.20",
		"chai": "^4.1.2",
		"karma-chai": "^0.1.0",
		"mocha": "^10.0.0",
		"karma-mocha": "^2.0.1",
		"sinon": "^14.0.0",
		"karma-sinon": "^1.0.5",
		"karma-firefox-launcher": "^2.1.2",
		"karma-chrome-launcher": "^3.1.1",
		"webdav-server": "^2.3.15"
	}
}
