yaspeller-ci
Version:
Fast spelling check for Travis CI
26 lines (25 loc) • 477 B
JSON
{
"name": "yaspeller-ci",
"version": "1.0.2",
"description": "Fast spelling check for Travis CI",
"keywords": [
"spelling",
"spellcheck",
"typo",
"yaspeller",
"travis",
"appveyor",
"ci"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/yaspeller-ci",
"bin": "./bin.js",
"dependencies": {
"ci-job-number": "^1.0.0",
"yaspeller": ">=6.0.2"
},
"engines": {
"node": ">=4.0.0"
}
}