ep_adminpads2
Version:
Etherpad plugin to list and delete pads in /admin.
40 lines • 859 B
JSON
{
"name": "ep_adminpads2",
"version": "2.1.110",
"description": "Etherpad plugin to list and delete pads in /admin.",
"keywords": [
"etherpad",
"plugin",
"ep"
],
"homepage": "https://github.com/ether/ep_adminpads2",
"bugs": {
"url": "https://github.com/ether/ep_adminpads2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_adminpads2.git"
},
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
},
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^3.0.22",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}