-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 869 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": "webdav-watch",
"version": "1.0.0",
"description": "Sync files with webdav backend",
"main": "watch.js",
"bin": {
"webdav-watch": "./bin/watch.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zemd/webdav-watch.git"
},
"keywords": [
"webdav",
"watch",
"sync"
],
"author": "Dmitry Zelenetskiy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zemd/webdav-watch/issues"
},
"homepage": "https://github.com/zemd/webdav-watch#readme",
"dependencies": {
"glob-watcher": "^5.0.1",
"yargs": "^11.0.0",
"logtown": "^2.1.3",
"node-notifier": "^5.2.1",
"chalk": "^2.3.1",
"node-fetch": "^2.0.0",
"keytar": "^4.1.0",
"inquirer": "^5.1.0"
}
}