UNPKG

editify

Version:

A pure implementation of WYSIWYG HTML editor all we needed

43 lines (42 loc) 1.04 kB
{ "name": "editify", "version": "0.0.7", "description": "A pure implementation of WYSIWYG HTML editor all we needed", "repository": "git@github.com:saltyshiomix/editify.git", "author": "Shiono Yoshihide <shiono.yoshihide@gmail.com>", "license": "MIT", "homepage": "https://github.com/saltyshiomix/editify", "keywords": [ "wysiwyg", "editor", "wysiwyg-editor", "wysiwyg-html-editor", "html-editor", "rich-text-editor", "react", "vue" ], "bugs": { "url": "https://github.com/saltyshiomix/editify/issues", "email": "shiono.yoshihide@gmail.com" }, "main": "index.js", "files": [ "index.js", "index.d.ts", "editify.js" ], "scripts": { "build": "rollup -c && tsc", "prepublishOnly": "NODE_ENV=production npm run build" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.14.8", "@rollup/plugin-typescript": "^8.2.3", "rollup": "^2.53.3", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.3.0", "typescript": "^4.3.5" } }