-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 801 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 801 Bytes
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
{
"name": "ckeditor-plugin-wsc",
"version": "5.7.0",
"description": "WebSpellChecker Dialog plugin for CKEditor 4",
"repository": {
"type": "git",
"url": "https://github.com/WebSpellChecker/ckeditor-plugin-wsc.git"
},
"author": "WebSpellChecker (https://webspellchecker.com/)",
"bugs": {
"url": "https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues"
},
"homepage": "https://github.com/WebSpellChecker/ckeditor-plugin-wsc#readme",
"license": "(GPL-2.0-or-later OR LGPL-2.1 OR MPL-1.1)",
"keywords": [
"spelling checking",
"grammar checking",
"spellcheck",
"spelling checker for ckeditor 4",
"grammar checker for ckeditor 4",
"text proofreading in CKEditor 4",
"webspellchecker",
"ckeditor 4",
"WebSpellChecker Dialog"
]
}