-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 886 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
38
39
{
"name": "wordlevel",
"version": "1.0.3",
"description": "simple tool for lookup up word frequency with basic lemma stemming",
"main": "wordlevel.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"author": "Chad Jones <[email protected]>",
"license": "ISC",
"dependencies": {
"chai": "^4.0.1",
"compromise": "^10.5.0",
"javascript-lemmatizer": "0.0.2",
"mocha": "^3.4.2",
"remove-punctuation": "0.0.4",
"underscore": "^1.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chadananda/wordlevel.git"
},
"keywords": [
"word",
"frequency",
"word",
"distribution",
"nlp",
"parse"
],
"bugs": {
"url": "https://github.com/chadananda/wordlevel/issues"
},
"homepage": "https://github.com/chadananda/wordlevel#readme"
}