electron-spell-check-provider
Version:
Because Electron's spell-check APIs are just a little too low-level.
31 lines (30 loc) • 830 B
JSON
{
"name": "electron-spell-check-provider",
"version": "1.1.1",
"description": "Because Electron's spell-check APIs are just a little too low-level.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/electron-spell-check-provider.git"
},
"keywords": [
"electron",
"spellchecker",
"spell",
"checker",
"spell-checker"
],
"author": "Jeff Wear <jeff@mixmax.com> (https://mixmax.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/electron-spell-check-provider/issues"
},
"homepage": "https://github.com/mixmaxhq/electron-spell-check-provider#readme",
"dependencies": {
"spellchecker": "^3.4.4",
"underscore": "^1.8.3"
}
}