spelling-corrector
Version:
nodeJs Spelling Corrector version for Norvig's spelling corrector.
31 lines (30 loc) • 764 B
JSON
{
"name": "spelling-corrector",
"version": "3.0.0",
"description": "nodeJs Spelling Corrector version for Norvig's spelling corrector.",
"main": "spellCorrector.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/KhaledSami/spelling-corrector"
},
"keywords": [
"spelling-corrector",
"spell-checker",
"Norvig-spelling-corrector"
],
"author": "Khaled Sami <k.sami.mohammed@gmail.com>",
"dependencies": {
"hashmap": "2.0.3",
"blanket": "1.x.x",
"mocha": "2.x.x",
"fs" : "x.x.x"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KhaledSami/spelling-corrector/issues"
},
"homepage": "https://github.com/KhaledSami/spelling-corrector"
}