-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 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
{
"name": "ep_help_bubbles",
"description": "Help bubbles for Etherpad Lite",
"homepage": "https://github.com/johnmclear/ep_help_bubbles",
"keywords": [
"help",
"bubbles",
"guide",
"first",
"new"
],
"author": {
"name": "John McLear",
"email": "john@mclear.co.uk",
"url": "http://mclear.co.uk"
},
"version": "1.1.63",
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_help_bubbles.git"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-etherpad": "^4.0.5",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=18.0.0"
},
"_engineSupported": true,
"_npmVersion": "1.1.24",
"_nodeVersion": "v0.8.11",
"_defaultsLoaded": true,
"dist": {
"shasum": "c711125cd515a780329d0bb0c5aa838a552ecf5f"
},
"_from": "ep_help_bubbles@",
"readme": "ERROR: No README.md file found!",
"_resolved": "https://registry.npmjs.org/ep_help_bubbles/-/ep_help_bubbles-1.0.2.tgz",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}