-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1013 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
{
"name": "v-net-rdp",
"productName": "V-NET RDP Client",
"version": "0.5.1",
"description": "V-NET Windows remote desktop client that can access remote machine through V-NET gateways connecting two remote LANs.",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/electron main-entry.js",
"bootstrap": "node_modules/.bin/electron index.js",
"register": "node_modules/.bin/electron main-entry.js --register",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"remote",
"desktop",
"control",
"security",
"internet"
],
"author": "Shuqian Ying, Sylvain Peyrefitte",
"license": "GPL",
"dependencies": {
"multicast-dns": "git+https://github.com/webarchymeta/multicast-dns.git",
"node-ipc": "^9.1.1",
"node-rdpjs": "git+https://github.com/webarchymeta/node-rdpjs.git"
},
"devDependencies": {
"electron": "^5.0.0-beta.8"
}
}