{
    "name": "tc-editor",
    "version": "1.0.4",
    "description": "A simple code editor js library",
    "main": "tc-editor.min.js",
    "scripts": {},
    "unpkg": "tc-editor.min.js",
    "jsdelivr": "tc-editor.min.js",
    "typings": "tc-editor.min.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theajack/tc-editor.git"
    },
    "keywords": [
        "Editor",
        "code",
        "editor"
    ],
    "dependencies": {
        "easy-dom-util": "^0.0.27"
    },
    "author": "theajack",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/theajack/tc-editor/issues"
    },
    "homepage": "https://github.com/theajack/tc-editor#readme"
}