{
  "name": "boolean-search",
  "version": "0.3.1",
  "description": "Boolean Query Search",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/warlock/boolean-search.git"
  },
  "keywords": [
    "parser",
    "filter",
    "semantic",
    "search",
    "boolean",
    "engine",
    "query",
    "lucene",
    "keywords"
  ],
  "author": "Josep Subils <js@js.gl>  (http://js.gl)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/warlock/boolean-search/issues"
  },
  "homepage": "https://github.com/warlock/boolean-search#readme",
  "dependencies": {
    "cleanchar": "^0.1.6",
    "tck": "^1.1.0"
  },
  "devDependencies": {
    "eslint": "^4.12.1",
    "mocha": "^4.0.1",
    "mocha-eslint": "^4.1.0"
  }
}
