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
2014-04-06 20:07:24 +08:00

26 lines
574 B
JSON

{
"name": "search-query",
"version": "0.0.1",
"description": "Parser for advanced search query syntax",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/nepsilon/search-query-parser"
},
"keywords": [
"search syntax parser",
"query syntax parser",
"parser",
"search"
],
"author": "Julien Buty",
"license": "MIT",
"bugs": {
"url": "https://github.com/nepsilon/search-query-parser/issues"
},
"homepage": "https://github.com/nepsilon/search-query-parser"
}