UNPKG

hunspell-spellchecker

Version:

Parse and use Hunspell dictionaries in Javascript

38 lines (37 loc) 1.03 kB
{ "name": "hunspell-spellchecker", "version": "1.0.2", "homepage": "https://github.com/GitbookIO/hunspell-spellchecker", "description": "Parse and use Hunspell dictionaries in Javascript", "main": "lib/index.js", "dependencies": { }, "devDependencies": { "mocha": "2.2.1", "gulp": "3.8.11", "gulp-browserify": "0.5.1", "gulp-uglify": "1.1.0", "del": "1.1.1", "gulp-rename": "1.2.0", "gulp-inject-string": "0.0.2" }, "scripts": { "test": "mocha --reporter spec --recursive --bail", "prepublish": "gulp" }, "bin": { "hunspell-tojson": "./bin/hunspell-tojson.js" }, "repository": { "type": "git", "url": "https://github.com/GitbookIO/hunspell-spellchecker.git" }, "keywords": [ "licenses" ], "author": "GitBook <contact@gitbook.com>", "license": "Apache 2", "bugs": { "url": "https://github.com/GitbookIO/hunspell-spellchecker/issues" } }