-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
38
{
"name": "socket-file-sync",
"version": "0.7.3",
"description": "Sync files to server using socket.io",
"main": "lib",
"bin": {
"socket-file-sync": "bin/index.js",
"sfs": "bin/index.js"
},
"scripts": {
"test": "mochista"
},
"repository": "laggingreflex/socket-file-sync",
"dependencies": {
"break-async-iterator": "^0.1.0",
"chokidar": "^2.0.4",
"cryptr": "^4.0.0",
"debounce-queue": "^0.3.0",
"file-watch-iterator": "^0.6.0",
"fs-extra": "^7.0.0",
"minimatch": "^3.0.4",
"parse-gitignore": "^1.0.1",
"shortid": "^2.2.13",
"socket.io": "^2.1.1",
"socket.io-acknowledge": "^0.3.0",
"socket.io-client": "^2.1.1",
"socket.io-encrypt": "^0.1.0",
"streams-to-async-iterator": "^0.4.0",
"untildify": "^3.0.3",
"yargs": "^12.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"fs-restore": "^0.1.0",
"merge-async-iterators": "^0.2.1",
"mochista": "^0.17.3"
}
}