{"name":"mongo-parse",
 "description": "A parser for mongo db queries",
 "keywords": ["mongo", "mongodb", "mongo db", "parse", "parser"],
 "version":"2.1.0",
 "main": "mongoParse.js",
 "author": "Billy Tetrud <bitetrudpublic@gmail.com> (https://github.com/fresheneesz/)",
 "license": {
   "name": "MIT",
   "url": "http://www.opensource.org/licenses/mit-license.php"
 },
 "repository": {
   "type": "git",
   "url": "git://github.com/fresheneesz/mongo-parse"
 },
 "devDependencies": {
    "deadunit":"5.0.3"
 },
 "scripts": {
 	"test":"node ./testProxy"
 }
}
