« get me outta code hell

package.json - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/package.json
blob: b3855acccbf2e59cc67a2153fce940e8174f2245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "music-ui",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "mtui": "./index.js"
  },
  "author": "",
  "license": "GPL-3.0",
  "dependencies": {
    "command-exists": "^1.2.6",
    "expand-home-dir": "0.0.3",
    "fifo-js": "^2.1.0",
    "js-base64": "^2.4.5",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.1.2",
    "node-natural-sort": "^0.8.6",
    "sanitize-filename": "^1.6.1",
    "tempy": "^0.2.1",
    "word-wrap": "^1.2.3"
  }
}