-
Notifications
You must be signed in to change notification settings - Fork 293
/
package.json
37 lines (37 loc) · 888 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "stopwords-json",
"version": "1.2.0",
"description": "Stopwords for various languages in JSON format.",
"main": "stopwords-all.json",
"author": {
"name": "Peter Graham",
"url": "https://github.com/6"
},
"repository": {
"type": "git",
"url": "http://github.com/6/stopwords-json.git"
},
"bugs": {
"url": "http://github.com/6/stopwords-json/issues"
},
"scripts": {
"lint": "jsonlint stopwords-all.json --quiet && jsonlint dist/*.json --quiet",
"test": "npm run lint && tape test/*.js"
},
"keywords": [
"languages",
"stemmer",
"stop words",
"stopwords"
],
"license": "Apache-2.0",
"devDependencies": {
"glob": "3.2.x",
"grunt": "0.4.x",
"grunt-readme": "0.4.5",
"jsonlint": "github:ginman86/jsonlint#c95cda5",
"languages": "0.1.3",
"tape": "^4.6.0",
"underscore": "1.5.2"
}
}