Initial commit
parents
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@creanet/db", | ||
"version": "1.0.0", | ||
"description": "Used for communication between NodeJS and PostgreSQL", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node tests/run-tests.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.creanet.sk:kero/db-js.git" | ||
}, | ||
"keywords": [ | ||
"PostgreSQL", | ||
"Database", | ||
"DB", | ||
"NodeJS" | ||
], | ||
"author": "Milan Wikarski,Marcel Odumorek", | ||
"license": "ISC" | ||
} |
Please register or sign in to comment