forked from JohnMcLear/ep_previewimages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
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
40
{
"name": "ep_previewimages",
"description": "Bildvorschau, Kopiere einen Link in das Dokument und lade das Bild",
"version": "1.0.0",
"author": "johnyma22 (John McLear) <[email protected]> (forked version), tjark002 (Tjark Harjes) <[email protected]> (new version)",
"contributors": [],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/tjark002/ep_previewimages"
},
"engines": {
"node": "*"
},
"funding": {
"type": "individual",
"url": "http://etherpad.org/"
},
"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 ."
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
}
}