forked from pghalliday/socket.io-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "socket.io-serialport",
"version": "2.0.1",
"description": "Expose a serial port over a socket.io instance",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pghalliday/socket.io-serialport.git"
},
"keywords": [
"websocket",
"socket.io",
"serialport"
],
"author": "Peter Halliday <[email protected]> (http://pghalliday.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pghalliday/socket.io-serialport/issues"
},
"homepage": "https://github.com/pghalliday/socket.io-serialport#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"serialport": "^4.0.3",
"socket.io-stream": "^0.9.1"
},
"devDependencies": {
"socket.io": "^1.5.0"
}
}