{
  "name": "mongoose-partial-full-search",
  "version": "0.0.6",
  "description": "MongoDB partial and full text search support for mongoose",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:hafbau/mongoose-partial-full-search.git"
  },
  "keywords": [
    "mongoose",
    "text",
    "search",
    "plugin",
    "mongodb",
    "fulltext",
    "partialtext"
  ],
  "author": "Hafiz Suara <hafbau@yahoo.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "mongoose": "5.7.x"
  }
}
