text-classifier
Version:
28 lines (27 loc) • 645 B
JSON
{
"name": "text-classifier",
"version": "1.1.1",
"description": "Text Classifier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvcbox/node-text-classifier.git"
},
"keywords": [
"Text",
"Classifier"
],
"author": "mvcbox.org@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvcbox/node-text-classifier/issues"
},
"homepage": "https://github.com/mvcbox/node-text-classifier#readme",
"dependencies": {
"kind-of": "^6.0.2",
"string-similarity": "^1.2.0"
}
}