Files
rspade_system/node_modules/codemirror-spell-checker/bower.json
root f6fac6c4bc Fix bin/publish: copy docs.dist from project root
Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 02:08:33 +00:00

27 lines
592 B
JSON
Executable File

{
"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"
]
}