-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
33 lines (33 loc) · 874 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
{
"name": "remote-serial-port-server",
"description": "Serial port over Ethernet using REST API, WebSocket, TCP or UDP socket",
"version": "0.4.1",
"author": "Papn Kukn",
"license": "MIT",
"main": "lib/index.js",
"bin": {
"remote-serial-port-server": "bin/remote-serial-port-server.js"
},
"scripts": {
"test": "cls && test\\test.bat",
"vtest": "cls && test\\test.bat -v"
},
"dependencies": {
"body-parser": "~1.8.1",
"ejs": "~0.8.5",
"express": "~4.9.0",
"morgan": "^1.4.0",
"remote-serial-port-client": "^0.4.0",
"request": "^2.81.0",
"semaphore": "^1.0.5",
"serialport": "^4.0.7",
"ws": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/papnkukn/remote-serial-port-server"
},
"bugs": {
"url": "https://github.com/papnkukn/remote-serial-port-server/issues"
}
}