forked from ether/ep_comments_page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
"name": "ep_comments_page",
"version": "1.0.0",
"author": {
"name": "Nicolas Lescop",
"email": "[email protected]"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Nicolas Lescop",
"email": "[email protected]"
},
{
"name": "John McLear",
"email": "[email protected]"
},
{
"name": "Luiza Pagliari",
"email": "[email protected]"
}
],
"dependencies": {
"cheerio": "^0.22.0",
"formidable": "^2.0.1",
"underscore": "^1.13.2"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-etherpad": "^3.0.9",
"socket.io-client": "^2.3.0",
"superagent": "^7.1.1",
"typescript": "^4.6.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=12.17.0"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_comments"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
}
}