« get me outta code hell

package.json - tui-text-editor - Embeddable tui-lib text editor
summary refs log tree commit diff
path: root/package.json
blob: ca5522993ec3edea3dea8ef24bd1536cb0b59aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "tui-text-editor",
  "version": "0.0.1",
  "description": "embeddable tui-lib text editor",
  "main": "index.js",
  "repository": "https://notabug.org.towerofnix/tui-text-editor.git",
  "author": "Florrie <towerofnix@gmail.com>",
  "license": "GPL-3.0",
  "dependencies": {
    "tui-lib": "0.0.3"
  }
}