-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 952 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ep_title_limit",
"author": {
"name": "Ilmar Türk",
"email": "ilmar.tyrk@gmail.com",
"organization": "Citizen OS"
},
"description": "Plugin to display users if title is limited or cut of after export",
"version": "1.1.3",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-etherpad": "^2.0.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"request": "*"
},
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
},
"scripts": {
"lint": "eslint ."
}
}