UNPKG

markdown-spellcheck

Version:

Spell-checks markdown files with an interactive CLI allowing automated spell checking.

60 lines (59 loc) 1.45 kB
{ "name": "markdown-spellcheck", "version": "1.3.1", "description": "Spell-checks markdown files with an interactive CLI allowing automated spell checking.", "keywords": [ "markdown", "spell", "spell-check", "spellcheck", "spelling" ], "engines": { "node": ">= 4" }, "main": "es5/index.js", "module": "es6/index.js", "bin": { "mdspell": "./bin/mdspell" }, "scripts": { "test": "node bin/mdspell -ran *.md && gulp lint && gulp test" }, "author": "Luke Page", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/lukeapage/node-markdown-spellcheck.git" }, "bugs": { "url": "https://github.com/lukeapage/node-markdown-spellcheck/issues" }, "dependencies": { "async": "^2.1.4", "chalk": "^2.0.1", "commander": "^2.8.1", "globby": "^6.1.0", "hunspell-spellchecker": "^1.0.2", "inquirer": "^1.0.0", "js-yaml": "^3.10.0", "marked": "^0.3.5", "sinon-as-promised": "^4.0.0" }, "devDependencies": { "babel-core": "^6.18.2", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^8.0.0", "babel-runtime": "^6.25.0", "chai": "^4.1.1", "del": "^3.0.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.1", "gulp-eslint": "^4.0.0", "gulp-eslint-if-fixed": "^1.0.0", "gulp-mocha": "^3.0.0", "proxyquire": "^1.7.0", "run-sequence": "^1.1.2", "sinon": "^1.17.5" } }