forked from vunb/vntk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 840 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
40
41
42
{
"name": "vntk",
"version": "1.0.0",
"description": "Vietnamese NLP Toolkit for Node",
"main": "index.js",
"bin": {
"vntk": "./bin/vntk.js"
},
"scripts": {
"test": "tape test/start.js | tap-spec"
},
"repository": {
"type": "git",
"url": "[email protected]:Vunb/vntk.git"
},
"keywords": [
"vntk",
"vietnamese",
"toolkit",
"nlp"
],
"author": "Vunb",
"license": "MIT",
"bugs": {
"url": "https://github.com/vunb/vntk/issues"
},
"homepage": "https://github.com/vunb/vntk",
"dependencies": {
"@vntk/dictionary": "^1.0.0",
"async": "2.0.1",
"commander": "2.9.0",
"crfsuite": "^0.9.2",
"debug": "^3.1.0",
"lodash": "4.15.0",
"title-case": "^2.1.1"
},
"devDependencies": {
"nan": "^2.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
}
}