{
  "name": "term-vector",
  "description": "A node.js module that creates a term vector from tokenized text. Supports customisable stopwords and separators.",
  "version": "0.1.2",
  "homepage": "https://github.com/fergiemcdowall/term-vector",
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "lodash.isequal": "^4.1.3"
  },
  "devDependencies": {
    "mocha": "2.2.1",
    "should": "5.2.0",
    "standard": "^6.0.8",
    "standard-format": "^2.2.3",
    "stopword": "^0.1.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": "mocha && standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fergiemcdowall/term-vector.git"
  }
}
