-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "generic-query-parser",
"version": "0.1.5",
"description": "Parse request query object to conditions, projection, and options (sort, skip, limit) to use for DB queries",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mattia",
"license": "MIT",
"dependencies": {
"parse-value": "^0.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mguella/generic-query-parser.git"
},
"keywords": [
"parse",
"rest",
"query",
"db-query",
"crm-map",
"rest-crm",
"rest-query"
],
"bugs": {
"url": "https://github.com/mguella/generic-query-parser/issues"
},
"homepage": "https://github.com/mguella/generic-query-parser"
}