{
  "author": {
    "name": "John McLear",
    "email": "john@mclear.co.uk"
  },
  "license": "Apache2",
  "bugs": {
    "url": "https://github.com/ether/ether-plugins/issues"
  },
  "description": "Etherpad plugin to set left, center, right, or full justification for a paragraph",
  "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_align#readme",
  "keywords": [
    "etherpad",
    "plugin",
    "ep"
  ],
  "name": "ep_align",
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ether-plugins.git"
  },
  "version": "0.3.100",
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.4",
    "eslint": "^9.24.0",
    "eslint-config-etherpad": "^4.0.4",
    "mocha": "^10.4.0",
    "typescript": "^5.4.3"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}