{
  "name": "full-text-search-light",
  "version": "0.0.18",
  "description": "A pure in JS written full text search with an easy to use API.",
  "scripts": {
    "test": "mocha test"
  },
  "files": [
    "index.js",
    "test/"
  ],
  "dependencies": {
    "debug": "^4.1.0",
    "jsonfile": "2.0.0",
    "merge": "^1.2.1"
  },
  "devDependecies": {
    "mocha": "*"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frankred/node-full-text-search-light.git"
  },
  "keywords": [
    "fulltext",
    "search",
    "full",
    "text",
    "search",
    "light",
    "fast"
  ],
  "author": "Frank Roth <frankred@web.de> (http://blog.mynotiz.de/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frankred/node-full-text-search-light/issues"
  },
  "homepage": "https://github.com/frankred/node-full-text-search-light"
}
