forked from koorchik/node-mystem3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 823 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": "mystem3",
"version": "1.0.8",
"description": "NodeJS wrapper for the Yandex MyStem 3",
"main": "lib/MyStem.js",
"scripts": {
"postinstall": "node bin/download-mystem.js",
"test": "mocha --timeout 1000 --ui qunit tests/*"
},
"repository": {
"type": "git",
"url": "https://github.com/eudj1n/node-mystem3.git"
},
"keywords": [
"NLP",
"morphology",
"yandex",
"stemming",
"lemmatization"
],
"author": "eudj1n",
"license": "ISC",
"bugs": {
"url": "https://github.com/eudj1n/node-mystem3/issues"
},
"homepage": "https://github.com/eudj1n/node-mystem3",
"dependencies": {
"mkdirp": "^0.5.0",
"path": "^0.11.14",
"request": "^2.55.0",
"tar.gz": "^0.1.1"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.5"
}
}