-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 819 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "loopback-postgres-find-complex",
"version": "1.0.0",
"description": "A loopback postgresql model find extension to perform complex queries, related models inner,left,right joins with complex where,having and order conditions, compiled in one big sql query using postgresql >= 9.2 new json functions to perform model relations serialization directly on postgres.",
"main": "findComplex.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tellex/findComplex.git"
},
"author": "https://github.com/tellex/findComplex/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/tellex/findComplex/issues"
},
"homepage": "https://github.com/tellex/findComplex#readme"
}