-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 860 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
{
"name": "nk-vector",
"version": "0.0.33",
"description": "NK-VEC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:trinhdoduyhungss/nk-vector.git"
},
"keywords": [
"Javascript",
"nlp",
"neural",
"word",
"embedding",
"word2vec",
"new",
"embedding",
"model"
],
"author": "Trịnh Đỗ Duy Hưng <trinhhungsss492@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trinhdoduyhungss/nk-vector/issues"
},
"private": false,
"engines": {
"node": ">=10.16.0"
},
"engineStrict": true,
"homepage": "https://github.com/trinhdoduyhungss/nk-vector#readme",
"readme": "README.md",
"devDependencies": {},
"dependencies": {
"vntk": "^1.4.4"
}
}