-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 919 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": "browser-mirror",
"version": "1.2.7",
"description": "Lets a user open a webpage on one browser and control that webpage in other browsers, on other computers as a light-weight alternative to screensharing.",
"main": "bm-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pamblam/browser-mirror.git"
},
"keywords": [
"mirror",
"browser",
"websockets",
"screen sharing"
],
"author": "pamblam",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pamblam/browser-mirror/issues"
},
"homepage": "https://github.com/Pamblam/browser-mirror#readme",
"dependencies": {
"dotenv": "^6.0.0",
"http": "0.0.0",
"https": "^1.0.0",
"websocket": "^1.0.26"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-string-replace": "^1.3.1"
}
}