@wesleyy/text-align-editorjs
Version:
Inline text-align plugin for editorjs.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@wesleyy/text-align-editorjs",
"version": "1.1.14",
"main": "dist/text-align.cjs.js",
"module": "dist/text-align.esm.js",
"browser": "dist/text-align.umd.js",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"rollup": "^2.58.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build"
},
"files": [
"dist"
],
"description": "Inline text-align plugin for editorjs.",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blumac-digital-ltd/text-align-editorjs.git"
},
"keywords": [
"editorjs",
"editor-js"
],
"author": "Matthew Cook",
"license": "MIT",
"bugs": {
"url": "https://github.com/blumac-digital-ltd/text-align-editorjs/issues"
},
"homepage": "https://github.com/blumac-digital-ltd/text-align-editorjs#readme"
}