-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ep_image_upload",
"description": "Add images to etherpad",
"version": "1.0.105",
"author": {
"name": "CitizenOS",
"email": "ilmar@citizenos.com",
"url": "https://github.com/citizenos"
},
"contributors": [],
"dependencies": {
"busboy": "0.3.1",
"lodash": "4.17.21",
"mime-db": "1.49.0",
"stream_upload": "0.0.6",
"uuid": "8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/citizenos/ep_image_upload.git"
},
"bugs": {
"url": "https://github.com/citizenos/ep_image_upload/issues"
},
"homepage": "https://github.com/citizenos/ep_image_upload",
"_id": "ep_image_upload@0.0.1",
"scripts": {
"lint": "eslint ."
},
"maintainers": [
{
"name": "Ilmar Tyrk",
"email": "ilmar@citizenos.com"
}
],
"directories": {},
"readme": "ERROR: No README data found!",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-etherpad": "2.0.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-eslint-comments": "^3.2.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
},
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin"
},
"funding": {
"type": "individual",
"url": "https://citizenos.com/"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
},
"engines": {
"node": "^10.17.0 || >=11.14.0"
}
}