{ "name": "stopwords-iso", "version": "1.1.0", "author": "Gene Diaz (http://genediazjr.com)", "description": "The most comprehensive collection of stopwords for multiple languages.", "keywords": [ "stopwords", "stop words" ], "license": "MIT", "repository": "git://github.com/stopwords-iso/stopwords-iso", "bugs": "https://github.com/stopwords-iso/stopwords-iso/issues", "main": "stopwords-iso.json", "engines": { "node": ">=0.10.0" }, "scripts": { "build": "npm update && stopwords-collator -i", "test": "npm run build && jsonlint stopwords-iso.json -q" }, "devDependencies": { "stopwords-collator": "*", "stopwords-af": "*", "stopwords-ar": "*", "stopwords-bg": "*", "stopwords-bn": "*", "stopwords-br": "*", "stopwords-ca": "*", "stopwords-cs": "*", "stopwords-da": "*", "stopwords-de": "*", "stopwords-el": "*", "stopwords-en": "*", "stopwords-eo": "*", "stopwords-es": "*", "stopwords-et": "*", "stopwords-eu": "*", "stopwords-fa": "*", "stopwords-fi": "*", "stopwords-fr": "*", "stopwords-ga": "*", "stopwords-gl": "*", "stopwords-gu": "*", "stopwords-ha": "*", "stopwords-he": "*", "stopwords-hi": "*", "stopwords-hr": "*", "stopwords-hu": "*", "stopwords-hy": "*", "stopwords-id": "*", "stopwords-it": "*", "stopwords-ja": "*", "stopwords-ko": "*", "stopwords-ku": "*", "stopwords-la": "*", "stopwords-lt": "*", "stopwords-lv": "*", "stopwords-mr": "*", "stopwords-ms": "*", "stopwords-nl": "*", "stopwords-no": "*", "stopwords-pl": "*", "stopwords-pt": "*", "stopwords-ro": "*", "stopwords-ru": "*", "stopwords-sk": "*", "stopwords-sl": "*", "stopwords-so": "*", "stopwords-st": "*", "stopwords-sv": "*", "stopwords-sw": "*", "stopwords-th": "*", "stopwords-tl": "*", "stopwords-tr": "*", "stopwords-uk": "*", "stopwords-ur": "*", "stopwords-vi": "*", "stopwords-yo": "*", "stopwords-zh": "*", "stopwords-zu": "*", "jsonlint": "1.6.x" } }