forked from GitSquared/edex-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 905 Bytes
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": "edex-ui",
"productName": "eDEX-UI",
"version": "2.0.1-pre",
"description": "eDEX-UI sci-fi interface",
"keywords": [
"desktop",
"sci-fi",
"gui",
"portable",
"tty",
"terminal"
],
"main": "_boot.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GitSquared/edex-ui.git"
},
"author": "GitSquared <squared@codebrew.fr>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GitSquared/edex-ui/issues"
},
"homepage": "https://github.com/GitSquared/edex-ui#readme",
"dependencies": {
"clipboardy": "1.2.3",
"color": "3.1.0",
"howler": "2.1.1",
"nanoid": "2.0.0",
"node-pty": "0.8.0",
"pretty-bytes": "5.1.0",
"shell-env": "2.1.0",
"signale": "1.3.0",
"smoothie": "1.35.0",
"systeminformation": "3.54.0",
"tail": "2.0.2",
"ws": "6.1.2",
"xterm": "3.10.1"
}
}