-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 998 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
36
37
38
39
40
41
{
"name": "rtc-web-term",
"description": "React webRTC web terminal",
"version": "0.1.1",
"dependencies": {
"buffer": "^5.0.6",
"debug": "^2.6.8",
"gh-pages": "^1.0.0",
"react": "^15.6.1",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^15.6.1",
"react-scripts": "1.0.8",
"simple-peer": "^8.1.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/rtc-web-term.git"
},
"keywords": [
"webrtc",
"rtc",
"web-terminal",
"react",
"terminal",
"tty"
],
"author": "Rocco Musolino (roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/rtc-web-term/issues"
},
"homepage": "https://roccomuso.github.com/rtc-web-term"
}