{
  "name": "term-vector",
  "description": "Creates a term vector from tokenized text.",
  "version": "1.0.1",
  "homepage": "https://github.com/fergiemcdowall/term-vector",
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "standard": "^17.1.2",
    "tape": "^5.9.0"
  },
  "author": {
    "name": "Fergus McDowall",
    "email": "fergusmcdowall@gmail.com"
  },
  "keywords": [
    "natural",
    "language",
    "vector",
    "vector space model"
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "Fergus McDowall",
      "email": "fergusmcdowall@gmail.com",
      "url": "https://github.com/fergiemcdowall"
    }
  ],
  "scripts": {
    "test": "node test/test.js && standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fergiemcdowall/term-vector.git"
  },
  "license": "MIT"
}
