-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 981 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 981 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
43
{
"name": "postgres-response-codes",
"version": "1.2.0",
"description": "Utility to interact with PostgreSQL response codes.",
"homepage": "https://github.com/hollyos/node-postgres-response-codes",
"author": "Holly Springsteen <hhspringsteen@gmail.com>",
"keywords": [
"postgre",
"postgres",
"postgresql",
"sql",
"response",
"codes",
"express"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/hollyos/node-postgres-response-codes.git"
},
"bugs": {
"url": "http://github.com/hollyos/node-postgres-response-codes/issues"
},
"contributors": [
{
"name": "Holly Springsteen",
"email": "hhspringsteen@gmail.com"
}
],
"main": "./lib",
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.0.1",
"mocha": "latest",
"should": "latest"
}
}