forked from mlaanderson/database-js-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 672 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 672 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
{
"name": "database-js-postgres",
"version": "1.1.2",
"description": "Database-js wrapper for PostgreSQL",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js-postgres.git"
},
"keywords": [
"database-js",
"postgresql"
],
"author": "Michael Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js-postgres/issues"
},
"homepage": "https://github.com/mlaanderson/database-js-postgres#readme",
"dependencies": {
"pg": "^8.5.1"
},
"devDependencies": {
"database-js": "^3.0.2"
}
}