package.json 316 B

12345678910111213
  1. {
  2. "name": "tui-text-editor",
  3. "version": "0.5.1",
  4. "description": "embeddable tui-lib text editor",
  5. "main": "index.js",
  6. "repository": "https://notabug.org.towerofnix/tui-text-editor.git",
  7. "author": "Florrie <towerofnix@gmail.com>",
  8. "license": "GPL-3.0",
  9. "dependencies": {
  10. "tui-lib": "^0.1.1"
  11. }
  12. }