« 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: 9ee045d37c67a4574a76c80f9ad8cca03febb1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "tui-lib",
  "version": "0.3.2",
  "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"
  }
}