{
  "title": "Query-Engine",
  "name": "query-engine",
  "version": "1.5.7",
  "description": "Query-Engine is a NoSQL and MongoDb compliant query engine. It can run on the server-side with Node.js, or on the client-side within web browsers",
  "homepage": "https://github.com/bevry/query-engine",
  "license": {
    "type": "MIT"
  },
  "badges": {
    "travis": true,
    "npm": true,
    "gittip": "bevry",
    "flattr": "344188/balupton-on-Flattr",
    "paypal": "QB8GQPZAH84N6"
  },
  "keywords": [
    "coffeescript",
    "query-engine",
    "nosql",
    "query",
    "sql",
    "pills",
    "search",
    "searching",
    "lucene",
    "filter",
    "filtering",
    "collections"
  ],
  "author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
  "sponsors": [
    "BugHerd <support@bugherd.com> (http://bugherd.com/)"
  ],
  "maintainers": [
    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  ],
  "contributors": [
    "Andrew Shults <andrewjshults@gmail.com> (https://github.com/andrewjshults)",
    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
    "Farid Neshat <FaridN_SOAD@yahoo.com> (https://github.com/alFReD-NSH)",
    "Khalid Jebbari <https://github.com/DjebbZ> (https://github.com/DjebbZ)",
    "Nicholas Firth-McCoy (https://github.com/nfm)"
  ],
  "bugs": {
    "url": "https://github.com/bevry/query-engine/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bevry/query-engine.git"
  },
  "browsers": true,
  "browser": {
    "backbone": false,
    "exoskeleton": false
  },
  "dependencies": {},
  "peerDependencies": {},
  "devDependencies": {
    "exoskeleton": "~0.6.3",
    "backbone": "~1.1.0",
    "underscore": "~1.5.2",
    "docpad": "~6.59.6",
    "docpad-plugin-ghpages": "~2.4.1",
    "docpad-plugin-eco": "~2.0.3",
    "docpad-plugin-coffeescript": "~2.2.3",
    "joe": "~1.3.2",
    "joe-reporter-console": "~1.2.1",
    "benchmark": "~1.0.0",
    "projectz": "~0.3.2"
  },
  "directories": {
    "lib": "./out/lib"
  },
  "scripts": {
    "test": "node ./out/test/everything-test.js"
  },
  "main": "./out/lib/query-engine.js",
  "cakeConfiguration": {
    "COFFEE_SRC_PATH": false,
    "DOCPAD_SRC_PATH": "src"
  }
}