1
0
This repository has been archived on 2024-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
search-query-parser/package.json
2019-03-01 15:40:07 +11:00

32 lines
695 B
JSON

{
"name": "search-query-parser",
"version": "1.4.0",
"description": "Parser for advanced search query syntax",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/nepsilon/search-query-parser"
},
"keywords": [
"search syntax parser",
"query syntax parser",
"query",
"parser",
"search query",
"search"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nepsilon/search-query-parser/issues"
},
"homepage": "https://github.com/nepsilon/search-query-parser",
"devDependencies": {
"mocha": "*",
"should": "^3.2.0",
"typescript": "^3.3.3333"
}
}