package.json 905 字节
Newer Older
1 2 3
{
  "name": "edex-ui",
  "productName": "eDEX-UI",
4
  "version": "2.1.0-pre",
5
  "description": "eDEX-UI sci-fi interface",
6 7 8 9 10 11 12 13 14 15 16 17 18
  "keywords": [
    "desktop",
    "sci-fi",
    "gui",
    "portable",
    "tty",
    "terminal"
  ],
  "main": "_boot.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GitSquared/edex-ui.git"
  },
19
  "author": "GitSquared <squared@codebrew.fr>",
20 21 22 23 24 25
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/GitSquared/edex-ui/issues"
  },
  "homepage": "https://github.com/GitSquared/edex-ui#readme",
  "dependencies": {
26
    "clipboardy": "1.2.3",
27
    "color": "3.1.0",
28
    "howler": "2.1.1",
29 30
    "nanoid": "2.0.1",
    "node-pty": "0.8.1",
31
    "pretty-bytes": "5.1.0",
G
GitSquared 已提交
32
    "shell-env": "2.1.0",
33
    "signale": "1.3.0",
34
    "smoothie": "1.35.0",
35
    "systeminformation": "3.54.0",
36
    "tail": "2.0.2",
37
    "ws": "6.1.3",
G
GitSquared 已提交
38
    "xterm": "3.10.1"
39 40
  }
}