forked from mozilla-frontend-infra/react-vnc-display
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
36
37
38
39
40
41
{
"name": "react-vnc-display",
"version": "1.0.4",
"description": "React component to connect and display a remote VNC connection",
"license": "MPL-2.0",
"repository": "mozilla-rpweb/react-vnc-display",
"keywords": [
"react",
"component",
"remote",
"desktop",
"vnc",
"novnc",
"display",
"wss",
"ws",
"websocket"
],
"main": "lib/VncDisplay.js",
"files": [
"lib",
"src/components"
],
"scripts": {
"start": "neutrino start",
"build": "neutrino build",
"prepare": "yarn build"
},
"devDependencies": {
"neutrino": "^6.0.5",
"neutrino-preset-react-components": "^2.0.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.6.1"
},
"dependencies": {
"novnc-node": "^0.5.3",
"object.omit": "^2.0.1",
"prop-types": "^15.5.10"
}
}