{
  "name": "editium-vanilla",
  "version": "1.0.1",
  "description": "Editium - Vanilla JavaScript Rich Text Editor (part of editium package)",
  "private": true,
  "main": "editium.bundle.js",
  "files": [
    "editium.js",
    "editium.css",
    "editium.bundle.js",
    "build-bundle.js",
    "example/",
    "README.md"
  ],
  "scripts": {
    "build": "node build-bundle.js"
  },
  "keywords": [
    "editor",
    "rich-text",
    "wysiwyg",
    "vanilla-js",
    "contenteditable",
    "text-editor",
    "html-editor",
    "javascript"
  ],
  "author": "Nabarup",
  "license": "MIT"
}
