forked from ether/ep_inline_toolbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 911 Bytes
/
package.json
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
33
34
35
36
37
38
39
{
"description": "Adds custom inline toolbar support to a Pad",
"name": "ep_custom_inline_toolbar",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/citizenos/ep_custom_inline_toolbar"
},
"author": {
"name": "John McLear",
"email": "[email protected]"
},
"devDependencies": {
"eslint": "8.51.0",
"eslint-config-etherpad": "3.0.22",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "6.1.1"
},
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin"
},
"engines": {
"lint": "eslint ."
},
"keywords": [
"etherpad"
],
"scripts": {
"lint": "eslint ."
},
"peerDependencies": {
"ep_etherpad-lite": ">= 1.8.14"
}
}