You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
592 B
27 lines
592 B
{
|
|
"name": "codemirror-spell-checker",
|
|
"version": "1.1.2",
|
|
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
|
|
"authors": [
|
|
"Wes Cossick <https://wescossick.com>"
|
|
],
|
|
"description": "Dead-simple spell checking in CodeMirror.",
|
|
"main": ["dist/spell-checker.min.js", "dist/spell-checker.min.css", "dist/en_US.aff", "dist/en_US.dic"],
|
|
"keywords": [
|
|
"codemirror",
|
|
"code",
|
|
"mirror",
|
|
"spell",
|
|
"checker",
|
|
"checking",
|
|
"spellchecker",
|
|
"spellchecking",
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
} |