-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.07 KB
/
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
39
{
"name": "ip-kvm-interface",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SterlingButters/ip-kvm-interface.git"
},
"dependencies": {
"child_process": "1.0.2",
"express": "4.16.4",
"express-ws": "^4.0.0",
"fs": "0.0.1-security",
"glob": "^7.1.6",
"http": "0.0.0",
"local-devices": "^3.0.0",
"mod_autoindex": "^1.8.0",
"network-list": "^1.1.5",
"node-pty": "^0.9.0",
"onoff": "5.0.1",
"opn": "5.4.0",
"socket.io": "2.1.1",
"socket.io-client": "2.1.1",
"socketio-file-upload": "^0.7.0",
"xterm": "^4.4.0",
"yargs": "^15.1.0"
},
"keywords": [],
"author": "sterlingbutters",
"license": "ISC",
"bugs": {
"url": "https://github.com/SterlingButters/ip-kvm-interface/issues"
},
"homepage": "https://github.com/SterlingButters/ip-kvm-interface#readme"
}