@anthonyjclark/proofreader
Version:
Simple text proofreader based on 'write-good' (hemingway-app-like suggestions) and 'nodehun' (spelling).
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "@anthonyjclark/proofreader",
"description": "Simple text proofreader based on 'write-good' (hemingway-app-like suggestions) and 'nodehun' (spelling).",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/anthonyjclark/Proofreader.git"
},
"bugs": {
"url": "http://github.com/anthonyjclark/Proofreader/issues"
},
"author": "Anthony Clark <anthonyjclark@gmail.com>",
"license": "MIT",
"keywords": [
"spelling",
"spellcheck",
"proofreading",
"proofread"
],
"scripts": {
"test": "mocha specs --require specs/helpers/chai.js"
},
"dependencies": {
"cheerio": "^0.22.0",
"marked": "^0.3.18",
"nodehun": "^2.0.11",
"nodehun-sentences": "^1.0.4",
"write-good": "^0.11.3"
},
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^5.2.0",
"mock-fs": "^4.4.2"
},
"homepage": "https://github.com/anthonyjclark/Proofreader#readme",
"main": "index.js",
"bin": {
"proofreader": "./bin/example.js"
},
"directories": {
"lib": "lib"
}
}