-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
51 lines (51 loc) · 1.1 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
{
"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.38",
"author": {
"name": "Nicolas Lescop",
"email": "limplementeur@gmail.com"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Nicolas Lescop",
"email": "limplementeur@gmail.com"
},
{
"name": "John McLear",
"email": "john@mclear.co.uk"
},
{
"name": "Luiza Pagliari",
"email": "lpagliari@gmail.com"
}
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"formidable": "^3.5.1",
"underscore": "^1.13.6"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"socket.io-client": "*",
"superagent": "^8.1.2",
"typescript": "^5.4.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_comments"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
}
}