-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 882 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
33
34
35
36
37
38
39
40
41
42
{
"author": {
"name": "Taras Mitran"
},
"dependencies": {
"bluebird": "^3.5.3",
"dotenv": "^6.2.0",
"lodash": "^4.17.15",
"pg": "^7.12.1",
"pg-cursor": "^2.0.0",
"uuid": "^3.3.2"
},
"description": "Query Templates for Postgres in Node.js",
"directories": {},
"keywords": [
"postgres"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "qooleot",
"email": "tbmitran@gmail.com"
}
],
"name": "pg-query-template",
"optionalDependencies": {},
"readme": "# pg-query-template\n\n## license\n\nMIT\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/qooleot/node-pg-query-template"
},
"scripts": {
"test": "mocha --recursive test/"
},
"version": "1.1.1",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0"
}
}