« get me outta code hell

package.json - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/package.json
blob: 1842a119bf3e71f9dc7e084e6a1849087889ff35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tui-lib",
  "version": "0.0.4",
  "description": "terminal ui library",
  "main": "index.js",
  "repository": "https://notabug.org/towerofnix/tui-lib.git",
  "author": "Florrie <towerofnix@gmail.com>",
  "license": "GPL-3.0",
  "dependencies": {
    "wcwidth": "^1.0.1",
    "word-wrap": "^1.2.3"
  }
}