ep_align
Version:
Etherpad plugin to set left, center, right, or full justification for a paragraph
46 lines (45 loc) • 1 kB
JSON
{
"author": {
"name": "John McLear",
"email": "john@mclear.co.uk"
},
"license": "Apache2",
"bugs": {
"url": "https://github.com/ether/ep_align/issues"
},
"description": "Etherpad plugin to set left, center, right, or full justification for a paragraph",
"homepage": "https://github.com/ether/ep_align#readme",
"keywords": [
"etherpad",
"plugin",
"ep"
],
"name": "ep_align",
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_align.git"
},
"version": "11.0.34",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"dependencies": {
"ep_plugin_helpers": "^0.6.7"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.9.1",
"eslint": "^8.57.1",
"eslint-config-etherpad": "^4.0.5",
"mocha": "^11.7.6",
"typescript": "^6.0.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}