forked from vasansr/query-params-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 834 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
{
"name": "query-params-mongo",
"version": "1.0.3",
"description": "Convert URL query parameters to a Mongo db criteria, with an intuitive, yet complete convention for the query parameters",
"main": "index.js",
"devDependencies": {
"mongodb": "~2.0",
"chai": "^2.1.0",
"mocha": "^2.1.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vasansr/query-params-mongo"
},
"keywords": [
"url",
"querystring",
"query",
"string",
"filter",
"mongo",
"mongodb"
],
"author": "Vasan Subramanian <vasan.srini@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasansr/query-params-mongo/issues"
},
"homepage": "https://github.com/vasansr/query-params-mongo"
}