{ "name": "ep_padliography_", "version": "0.0.1", "description": "Give your pads different tags. Padliography creates a searchable list of pads and tags!", "author": { "name": "joak", "email": "", "github": "https://github.com/joak" }, "contributors": [ "", ], "keywords": [ "etherpad", "plugin", "ep", ], "license": { "AGPL-3+" }, "repository": { "type": "git", "url": "https://github.com/joak/ep_padliography_.git", }, "bugs": { "url": "https://github.com/joak/ep_padliography_/issues", }, "homepage": { "url": "https://github.com/joak/ep_padliography_/README.md", }, "funding": { "type": "individual", "url": "https://etherpad.org/", }, "dependencies": { "MODULE": "0.3.20", }, "peerDependencies": { "ep_etherpad_lite":">=1.8.6", }, "devDependencies": { "eslint": "^7.18.0", "eslint-config-etherpad": "^1.0.24", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", }, "eslintConfig": { "root": true, "extends": "etherpad/plugin", }, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", }, "engines": { "node": ">= 10.13.0", } }