package.json 1.2 KB
Newer Older
1 2 3
{
  "name": "edex-ui",
  "productName": "eDEX-UI",
G
Gabriel Saillard 已提交
4
  "version": "2.2.3",
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": "Gabriel 'Squared' SAILLARD <gabriel@saillard.dev> (https://gaby.dev)",
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 27
    "augmented-ui": "^1.1.2",
    "color": "3.1.3",
G
Gabriel Saillard 已提交
28
    "geolite2-redist": "^1.0.7",
29 30
    "howler": "2.2.1",
    "maxmind": "4.3.1",
31
    "nanoid": "3.1.18",
32
    "node-pty": "0.9.0",
33
    "pretty-bytes": "5.4.1",
34
    "shell-env": "3.0.0",
35
    "signale": "1.4.0",
36
    "smoothie": "1.35.0",
37
    "systeminformation": "4.30.5",
G
Gabriel Saillard 已提交
38
    "tail": "2.0.4",
39
    "username": "5.1.0",
40
    "which": "2.0.2",
G
Gabriel Saillard 已提交
41
    "ws": "7.4.0",
42
    "xterm": "4.9.0",
G
Gabriel Saillard 已提交
43 44 45
    "xterm-addon-attach": "0.6.0",
    "xterm-addon-fit": "0.4.0",
    "xterm-addon-ligatures": "0.3.0"
46 47
  },
  "optionalDependencies": {
G
Gabriel Saillard 已提交
48
    "osx-temperature-sensor": "1.0.7"
49 50
  }
}