-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.22 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nc-db-handler",
"version": "3.5.7",
"private": false,
"description": "Database Handler for Postres and ElasticSearch",
"homepage": "https://github.com/xeeo/nc-db-handler#readme",
"main": "src/implementation.js",
"scripts": {
"test": "mocha -w --debug test/**/*.mocha.js"
},
"bugs": {
"url": "https://github.com/xeeo/nc-db-handler/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:xeeo/nc-db-handler.git"
},
"keywords": [
"ncp",
"postgres",
"elasticsearch",
"handler",
"database"
],
"author": "Raul Geana",
"contributors": [
{
"name": "Gabriel Poama-Neagra",
"email": ""
},
{
"name": "Andrei Traianovschi",
"email": ""
},
{
"name": "Marius Chirita",
"email": ""
}
],
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chai-things": "^0.2.0",
"sinon": "^1.15.4"
},
"dependencies": {
"bluebird": "^2.9.34",
"boom": "^2.8.0",
"elasticsearch": "^8.1.0",
"hoek": "^2.16.3",
"joi": "^6.6.1",
"lodash": "^3.10.1",
"nc-singleton": "^1.0.1",
"pg": "^4.4.1",
"squel": "^4.2.0",
"uuid": "^2.0.1"
}
}