ep_headings2
Version:
Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc.
53 lines • 1.19 kB
JSON
{
"description": "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc.",
"name": "ep_headings2",
"version": "0.2.67",
"author": {
"name": "John McLear",
"email": "john@mclear.co.uk"
},
"contributors": [
{
"name": "Matthias Bartelmeß",
"email": "mba@fourplusone.de"
},
{
"name": "John McLear",
"email": "john@mclear.co.uk"
},
{
"name": "Gedion Woldeselassie",
"email": "gwy321@gmail.com",
"url": "https://github.com/gedion"
}
],
"keywords": [
"ep",
"etherpad",
"plugin"
],
"engines": {
"node": ">=20.0.0"
},
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_headings2#readme",
"bugs": {
"url": "https://github.com/ether/ether-plugins/issues"
},
"devDependencies": {
"eslint": "^9.24.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ether-plugins.git"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}