package.json 969 字节
Newer Older
1 2 3
{
  "name": "edex-ui",
  "productName": "eDEX-UI",
4
  "version": "2.2.2",
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
    "color": "3.1.1",
27
    "howler": "2.1.2",
28
    "nanoid": "2.0.2",
29
    "node-pty": "0.8.1",
30
    "pretty-bytes": "5.2.0",
31
    "shell-env": "3.0.0",
32
    "signale": "1.4.0",
33
    "smoothie": "1.35.0",
34
    "systeminformation": "4.5.1",
35
    "tail": "2.0.2",
36
    "ws": "7.0.0",
37
    "xterm": "3.13.1",
38
    "username": "5.0.0"
39 40 41
  },
  "optionalDependencies": {
    "osx-temperature-sensor": "1.0.3"
42 43
  }
}