-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "databridges-js-nacl-wrapper",
"version": "1.0.1",
"description": "DataBridges JavaScript NaCl wrapper for databridges library.",
"keywords": [
"optomate",
"databridges",
"pubsub",
"rpc",
"websocket",
"socket.io",
"ws",
"events",
"realtime",
"real-time",
"nacl",
"encryption"
],
"private": false,
"engines": {
"node": ">= 4.2.6"
},
"author": {
"name": "Optomate Technologies Private Limited.",
"email": "tech@optomate.io",
"url": "https://www.optomate.io"
},
"main": "src/databridges.nacl.wrapper.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/databridges-io/lib.nodejs.nacl.wrapper.git"
},
"homepage": "https://github.com/databridges-io/lib.nodejs.nacl.wrapper",
"deprecated": false,
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"crypto": "^1.0.1"
}
}