mongoose-searchable
Version:
Keywords based searching for mongoose model, utilizing mongodb text search
49 lines • 1.28 kB
JSON
{
"name": "mongoose-searchable",
"version": "1.0.0",
"description": "Keywords based searching for mongoose model, utilizing mongodb text search",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-searchable.git"
},
"author": "Lally Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-searchable/issues"
},
"homepage": "https://github.com/lykmapipo/mongoose-searchable",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}],
"keywords": [
"mongoose",
"mongoose-plugin",
"search",
"keyword",
"glossary",
"query",
"filter",
"mongodb",
"text"
],
"dependencies": {
"async": "^1.5.0",
"glossary": "^0.1.1",
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.4.1",
"faker": "^3.0.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"mongoose": "^4.1.10"
}
}