ep_set_title_on_pad
Version:
Set the title on a pad in Etherpad, also includes real time updates to the UI
40 lines (39 loc) • 938 B
JSON
{
"name": "ep_set_title_on_pad",
"description": "Set the title on a pad in Etherpad, also includes real time updates to the UI",
"version": "0.7.13",
"license": "Apache-2.0",
"author": "johnyma22 (John McLear) <john@mclear.co.uk>",
"keywords": [
"ep",
"etherpad",
"plugin"
],
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/ether/ep_set_title_on_pad#readme",
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_set_title_on_pad.git"
},
"bugs": {
"url": "https://github.com/ether/ep_set_title_on_pad/issues"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"dependencies": {
"ep_plugin_helpers": "^0.6.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-etherpad": "^4.0.5",
"typescript": "^6.0.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}