gulp-spellcheck
Version:
A gulp plugin for spell-checking with GNU Aspell.
32 lines (31 loc) • 640 B
JSON
{
"name": "gulp-spellcheck",
"description": "A gulp plugin for spell-checking with GNU Aspell.",
"version": "0.1.2",
"author": {
"name": "André König",
"email": "andre.koenig@posteo.de"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"url": "git@github.com:akoenig/gulp-spellcheck.git"
},
"keywords": [
"gulpplugin",
"spell-checking"
],
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1",
"aspell": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.5.5",
"gulp-jasmine": "^0.2.0",
"gulp-jshint": "^1.5.0"
}
}