forked from deepstreamIO/deepstream.io-storage-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 980 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 980 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
{
"name": "deepstream.io-storage-postgres",
"version": "1.1.3",
"description": "A deepstream.io storage connector for use with deepstream",
"main": "src/connector.js",
"scripts": {
"test": "mocha",
"watch": "mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepstreamIO/deepstream.io-storage-postgres.git"
},
"author": "deepstreamHub GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io-storage-postgres/issues"
},
"keywords": [
"postgres",
"postgresql",
"realtime search",
"realtime",
"deepstream.io"
],
"homepage": "https://deepstream.io/tutorials/integrations/db-postgres/",
"dependencies": {
"pg": "^6.1.2",
"pg-escape": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}