forked from stopwords-iso/stopwords-es
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "stopwords-es",
"version": "0.3.0",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)",
"description": "The most comprehensive collection of stopwords for the spanish language.",
"keywords": [
"spanish",
"stopwords",
"stop words"
],
"license": "MIT",
"repository": "git://github.com/stopwords-iso/stopwords-es",
"bugs": "https://github.com/stopwords-iso/stopwords-es/issues",
"main": "stopwords-es.json",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "stopwords-collator -s raw -o stopwords-es",
"test": "npm run build && jsonlint stopwords-es.json -q"
},
"devDependencies": {
"stopwords-collator": "*",
"jsonlint": "1.6.x"
}
}