tortellini
Version:
A minimal code editor 🐢
23 lines • 533 B
JSON
{
"name": "tortellini",
"version": "1.0.0-alpha.13",
"description": "A minimal code editor 🐢",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/l2ig/tortellini.git"
},
"keywords": [
"code-editor",
"javascript-editor",
"browser-editor",
"html-editor"
],
"author": "Leonard Ginters",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/l2ig/tortellini/issues"
},
"homepage": "https://github.com/l2ig/tortellini#readme"
}