-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "hunspell-ms",
"version": "2.4.0",
"description": "LibreOffice Malay dictionary extension. Released under GPLv3 & LGPLv3. Covered by FDLv1.3.",
"files": [
"ms_MY.aff",
"ms_MY.dic",
"description.xml",
"dictionaries.xml"
],
"repository": {
"type": "git",
"url": "https://github.com/SyafiqHadzir/Hunspell-MS.git"
},
"keywords": [
"spellcheck",
"dictionary",
"libreoffice",
"spell-check",
"dictionary-extensions",
"spell-checker",
"libreoffice-extension",
"hunspell",
"spellchecker",
"malaysia",
"dictionary-extension",
"kamus",
"hunspell-extension",
"bahasa-melayu",
"malay",
"bahasa-malaysia",
"malay-dictionary",
"hunspell-ms"
],
"author": "Syafiq Hadzir <[email protected]> (https://syafiqhadzir.dev)",
"contributors": [
"Syafiq Hadzir <[email protected]> (https://syafiqhadzir.dev)",
"Benitius Brevoort <[email protected]>",
"MIMOS Open Source R&D <[email protected]> (https://opensource.mimos.my)",
"Shahril Saad <[email protected]> (https://opensource.mimos.my)",
"Ismas Suraya <[email protected]> (https://opensource.mimos.my)",
"Rudhuwan Abu Bakar <[email protected]> (https://opensource.mimos.my)",
"Syed Ahmad Shazali <[email protected]> (https://opensource.mimos.my)",
"Profesor Emeritus Dr. Abdullah Hassan Ph.D (https://www.facebook.com/profabdullah/)",
"Ainon Muhammad (https://ainonmohd.my/)"
],
"license": "(GPL-3.0 AND LGPL-3.0)",
"homepage": "https://github.com/SyafiqHadzir/Hunspell-MS"
}