-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.03 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
40
{
"name": "electron-websocket-stream",
"version": "2.0.0",
"description": "spawn browser windows connected to the main process via websocket-stream",
"main": "source/electron-websocket-stream.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/electron-websocket-stream.git"
},
"keywords": [
"electron",
"browserify",
"websocket-stream",
"websocket",
"stream",
"websockets"
],
"author": "@serapath",
"license": "MIT",
"bugs": {
"url": "https://github.com/serapath/electron-websocket-stream/issues"
},
"homepage": "https://github.com/serapath/electron-websocket-stream#readme",
"dependencies": {
"browserify": "^13.3.0",
"concat-stream": "^1.6.0",
"duplexify": "^3.5.0",
"is-stream": "^1.1.0",
"minixhr": "^3.1.0",
"parse-function": "^3.0.0",
"readable-stream": "^2.2.2",
"websocket-stream": "^3.3.3"
},
"devDependencies": {
"bel": "^4.5.1"
}
}