-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json.in
More file actions
59 lines (59 loc) · 1.37 KB
/
package.json.in
File metadata and controls
59 lines (59 loc) · 1.37 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
{
"name": "bidimailui",
"version": "__VERSION__",
"description": "Correct character set misdetection for RTL languages, autodtect message element direction & expose UI for setting directions when composing messages ",
"keywords": [
"rtl",
"bidi",
"bidirectional",
"hebrew",
"arabic",
"farsi",
"urdu",
"direction",
"direction-setting",
"direction-autodetection",
"charset",
"charset-correction",
"right-to-left",
"message-composition",
"mail-readong",
"mail",
"thunderbird",
"extension"
],
"homepage": "https://github.com/eyalroz/bidimailui",
"main": "src/background.js",
"repository": {
"type": "git",
"url": "git@github.com:eyalroz/bidimailui.git"
},
"bugs": {
"url": "https://github.com/eyalroz/bidimailui/issues",
"email": "eyalroz1@gmx.com"
},
"license": "MPL-1.1",
"author": {
"name": "Eyal Rozenberg",
"email": "eyalroz1@gmx.com",
"url": "http://eyalroz.github.io/"
},
"funding": [
{
"type": "individual",
"url": "https://www.patreon.com/einpoklum"
},
{
"type": "paypal",
"url": "https://paypal.me/eyalroz"
}
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"scripts": {
"lint": "./node_modules/.bin/eslint src/chrome/content"
}
}