mongoose-text-search
Version:
MongoDB 2.4 text search support for mongoose
28 lines (27 loc) • 558 B
JSON
{
"name": "mongoose-text-search",
"version": "0.0.2",
"description": "MongoDB 2.4 text search support for mongoose",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mongoose-text-search.git"
},
"keywords": [
"mongoose",
"text",
"search",
"plugin",
"mongodb",
"fulltext"
],
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"mongoose": "3.5.6"
}
}