« 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: 2d55077b5028e1f0c06093c3e441b224f8e24737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "tui-lib",
  "version": "0.0.0",
  "description": "terminal ui library",
  "main": "index.js",
  "repository": "https://github.com/towerofnix/ui-lib",
  "author": "Florrie <towerofnix@gmail.com>",
  "license": "GPL-3.0",
  "dependencies": {
    "word-wrap": "^1.2.3"
  }
}