word-models
Version:
node.js interface to the Google word2vec tool
42 lines (41 loc) • 1.22 kB
JSON
{
"name": "word-models",
"version": "0.0.2",
"description": "node.js interface to the Google word2vec tool",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"postinstall": "make --directory=src",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikkunaEdu/word-models.git"
},
"keywords": [
"text-analytics",
"deep-learning",
"word-distance"
],
"author": {
"name": "Diego Correa T."
},
"license": "APA-2",
"bugs": {
"url": "https://github.com/Planeshifter/node-word2vec/issues"
},
"homepage": "https://github.com/Planeshifter/node-word2vec",
"dependencies": {
"change-case": "^3.0.1",
"charm": "^1.0.0",
"mime": "^2.4.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"chai": "4.x.x",
"codecov.io": "^0.1.5",
"istanbul": "^0.4.5",
"mocha": "5.x.x"
}
}