package.json 1.2 KB
Newer Older
1 2 3
{
  "name": "edex-ui",
  "productName": "eDEX-UI",
4
  "version": "3.0.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": "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
    "augmented-ui": "1.1.0",
27
    "color": "3.1.2",
28
    "geolite2-redist": "^1.0.4",
29
    "howler": "2.1.3",
30
    "maxmind": "4.1.0",
31
    "nanoid": "2.1.11",
32
    "node-pty": "0.9.0",
33
    "pretty-bytes": "5.3.0",
34
    "shell-env": "3.0.0",
35
    "signale": "1.4.0",
36
    "smoothie": "1.35.0",
37
    "systeminformation": "4.22.4",
38
    "tail": "2.0.3",
39
    "username": "5.1.0",
40
    "which": "2.0.2",
41
    "ws": "7.2.2",
42
    "xterm": "4.4.0",
43
    "xterm-addon-attach": "0.5.0",
44
    "xterm-addon-fit": "0.3.0",
45
    "xterm-addon-ligatures": "0.2.1"
46 47
  },
  "optionalDependencies": {
48
    "osx-temperature-sensor": "1.0.5"
49 50
  }
}