and-or-search
Version:
This module help to build advance mongodb search queries.
56 lines (55 loc) • 1.13 kB
JSON
{
"name": "and-or-search",
"version": "1.1.7",
"description": "This module help to build advance mongodb search queries.",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ghatul/advance-search.git"
},
"scripts": {
"start": "nodemon server.js",
"build": "webpack --config webpack.config.js",
"debug": "nodemon --inspect server.js 80"
},
"license": "ISC",
"homepage": "",
"author": "krishna ghatul",
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {
"nodemon": "^1.17.5",
"webpack-cli": "^3.2.0",
"clean-webpack-plugin": "^1.0.0",
"webpack": "^4.28.3"
},
"keywords": [
"search",
"and",
"or",
"advance",
"infix",
"postfix",
"nodejs",
"mongo",
"mongodb",
"boolean",
"and-or",
"and-or search",
"advance search",
"mongodb",
"boolean search",
"mongo search query"
],
"files": [
"package.json",
"README.md",
"index.js",
"services"
]
}