forked from owncloud/davclient.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "davclient.js",
"version": "0.2.1",
"description": "WebDAV, CalDAV and CardDAV client for javascript",
"main": "lib/client.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS,Firefox"
},
"repository": {
"type": "git",
"url": "https://github.com/owncloud/davclient.js.git"
},
"keywords": [
"webdav",
"caldav",
"carddav"
],
"author": "Evert Pot",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/owncloud/davclient.js/issues"
},
"devDependencies": {
"jasmine-core": "^3.5.0",
"jasmine-sinon": "~0.4.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-sinon": "^1.0.4",
"karma-phantomjs-launcher": "^1.0.4",
"minimist": "^1.2.5"
}
}