UNPKG

mongoose-elasticsearch-xp

Version:

A mongoose plugin that indexes models into elastic search (an alternative to mongoosastic)

39 lines (38 loc) 1.11 kB
{ "name": "mongoose-elasticsearch-xp", "version": "1.4.0", "description": "A mongoose plugin that indexes models into elastic search (an alternative to mongoosastic)", "tags": [ "mongodb", "mongoose", "elasticsearch", "elastic search", "mongoosastic", "auto index", "full text search", "promise" ], "repository": { "type": "git", "url": "git@github.com:jbdemonte/mongoose-elasticsearch-xp.git" }, "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha", "test-covered": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*", "test-covered-html": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*" }, "author": "Jean-Baptiste Demonte <jbdemonte@gmail.com>", "license": "MIT", "dependencies": { "elasticsearch": "^10.1.3", "mongoose": "^4.4.4" }, "devDependencies": { "bluebird": "^3.3.1", "chai": "^3.5.0", "coveralls": "^2.11.8", "istanbul": "^0.4.2", "mocha": "^2.4.5" } }