{
  "name": "boolean-parser",
  "version": "0.0.2",
  "description": "Script that parses a boolean query to an array with all the possibilities. IE: (a AND (b OR c)) -> [[a, b],[a, c]]",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/riichard/boolean-parser-js.git"
  },
  "keywords": [
    "boolean",
    "keywords",
    "parser",
    "query",
    "parser",
    "lucene"
  ],
  "author": "Richard Kraaijenhagen <stdin@riichard.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/riichard/boolean-parser-js/issues"
  },
  "homepage": "https://github.com/riichard/boolean-parser-js",
  "devDependencies": {
    "mocha": "^3.1.0"
  }
}
