filterable
Version:
Parse GitHub-like search queries
35 lines (34 loc) • 828 B
JSON
{
"name": "filterable",
"version": "2.0.1",
"main": "lib/index.js",
"author": {
"name": "Samy Pessé",
"email": "samy@gitbook.com"
},
"description": "Parse GitHub-like search queries",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/filterable/issues"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"mocha": "2.3.4",
"object-hash": "0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/filterable.git"
},
"scripts": {
"test": "mocha --reporter list --bail"
},
"keywords": [
"github", "mongoose", "mongodb", "search", "filter", "query", "elasticsearch"
]
}