« 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: 6c386f7719407d35adfdb02f77887fa15c3f4562 (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": {
    "iac": "^1.1.0"
  }
}