ep_author_neat2
Version:
Etherpad plugin that uses colored underlines instead of colored backgrounds to indicate authorship.
35 lines • 838 B
JSON
{
"name": "ep_author_neat2",
"version": "2.0.11",
"description": "Etherpad plugin that uses colored underlines instead of colored backgrounds to indicate authorship.",
"repository": {
"type": "git",
"url": "https://github.com/ether/ether-plugins.git"
},
"keywords": [
"ep",
"etherpad",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ether/ether-plugins/issues"
},
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_author_neat2#readme",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^9.24.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}