forked from LokeshN/ep_foot_note
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.25 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
55
{
"name": "ep_foot_note",
"version": "0.1.7",
"keywords": [
"footnote",
"footer",
"etherpad"
],
"description": "Foot Note plugin for Etherpad-Lite (https://etherpad.org/)",
"license": "ISC",
"author": {
"name": "Lokesh N",
"email": "[email protected]"
},
"contributors": [
{
"name": "Lokesh N",
"email": "[email protected]"
},
{
"name": "Ilmar Türk",
"email": "[email protected]"
}
],
"dependencies": {},
"main": "footNote.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/citizenos/ep_foot_note.git"
},
"bugs": {
"url": "https://github.com/citizenos/ep_foot_note/issues"
},
"homepage": "https://github.com/citizenos/ep_foot_note",
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-etherpad": "^3.0.22",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.1.1"
},
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
}
}