node-word2vec
Version:
word2vec interface for node.js
30 lines (29 loc) • 686 B
JSON
{
"name": "node-word2vec",
"version": "0.0.8",
"description": "word2vec interface for node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "make bin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fourseasonslab/word2vec.git"
},
"keywords": [
"word2vec",
"word",
"vector"
],
"author": "fourseasonslab",
"license": "MIT",
"bugs": {
"url": "https://github.com/fourseasonslab/word2vec/issues"
},
"homepage": "https://github.com/fourseasonslab/word2vec#readme",
"dependencies": {
"@types/node": "^8.0.30"
}
}