forked from ether/ep_comments_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.62 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.62 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
63
64
65
66
67
68
{
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
"name": "ep_comments_page",
"version": "0.1.86",
"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": "^0.22.0",
"formidable": "^1.2.2",
"underscore": "^1.13.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-etherpad": "^2.0.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.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.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"socket.io-client": "^2.3.0",
"superagent": "^6.1.0"
},
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin",
"ignorePatterns": [
"/static/js/jquery.tmpl.min.js",
"/static/js/moment-with-locales.min.js"
]
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=12.13.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/"
}
}