forked from sehrope/node-pg-spice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 803 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 803 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
{
"name": "@geoblink/pg-spice",
"version": "2.0.3",
"description": "Monkey patch providing sugar and spice atop the node.js PostgreSQL client library",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/geoblink/node-pg-spice"
},
"keywords": [
"postgresql",
"postgres",
"pg",
"sugar",
"spice",
"named",
"parameters"
],
"author": "Sehrope Sarkuni <sehrope@jackdb.com>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"debug": "^2.2.0"
},
"peerDependencies": {
"pg": ">=4 <=7"
},
"optionalDependencies": {},
"devDependencies": {
"jshint": "latest",
"mocha": "latest",
"pg": ">=4 <=7"
},
"engines": {
"node": ">= 0.8.0"
}
}