mongoose-partial-full-search
Version:
MongoDB partial and full text search support for mongoose
29 lines (28 loc) • 585 B
JSON
{
"name": "mongoose-partial-full-search",
"version": "0.0.6",
"description": "MongoDB partial and full text search support for mongoose",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com:hafbau/mongoose-partial-full-search.git"
},
"keywords": [
"mongoose",
"text",
"search",
"plugin",
"mongodb",
"fulltext",
"partialtext"
],
"author": "Hafiz Suara <hafbau@yahoo.com>",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"mongoose": "5.7.x"
}
}