{
  "name": "bm25",
  "version": "0.0.1",
  "description": "Computes BM25 Vectorization of Text. ",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "author": "John Jung",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zjohn77/bm25"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "keywords": [
    "bm25",
    "okapi bm25",
    "tfidf",
    "tf-idf",
    "term weighting",
    "vector space model"
  ]
}
