-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 809 Bytes
/
package.json
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
33
34
{
"name": "express-query-params",
"version": "1.2.0",
"description": "Express.js middleware implementing the API Query Spec, converting the params to SQL or a Mongo query",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtimofiiv/express-query-params.git"
},
"keywords": [
"express",
"express",
"mongo",
"mongoose",
"sql",
"query",
"parameters",
"search"
],
"author": "Mike Timofiiv (https://fiiv.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtimofiiv/express-query-params/issues"
},
"homepage": "https://github.com/mtimofiiv/express-query-params#readme",
"devDependencies": {},
"dependencies": {},
"engines": {
"node": ">=8"
}
}