bower.json 592 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "codemirror-spell-checker",
  3. "version": "1.1.2",
  4. "homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
  5. "authors": [
  6. "Wes Cossick <https://wescossick.com>"
  7. ],
  8. "description": "Dead-simple spell checking in CodeMirror.",
  9. "main": ["dist/spell-checker.min.js", "dist/spell-checker.min.css", "dist/en_US.aff", "dist/en_US.dic"],
  10. "keywords": [
  11. "codemirror",
  12. "code",
  13. "mirror",
  14. "spell",
  15. "checker",
  16. "checking",
  17. "spellchecker",
  18. "spellchecking",
  19. "javascript"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components"
  26. ]
  27. }