stopwords-zu
Version:
The most comprehensive collection of stopwords for the zulu language.
27 lines (26 loc) • 725 B
JSON
{
"name": "stopwords-zu",
"version": "0.1.0",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)",
"description": "The most comprehensive collection of stopwords for the zulu language.",
"keywords": [
"zulu",
"stopwords",
"stop words"
],
"license": "MIT",
"repository": "git://github.com/stopwords-iso/stopwords-zu",
"bugs": "https://github.com/stopwords-iso/stopwords-zu/issues",
"main": "stopwords-zu.json",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "stopwords-collator -s raw -o stopwords-zu",
"test": "npm run build && jsonlint stopwords-zu.json -q"
},
"devDependencies": {
"stopwords-collator": "*",
"jsonlint": "1.6.x"
}
}