first commit

This commit is contained in:
2020-01-07 22:32:17 +01:00
commit 2b9fbb2431
5 changed files with 102 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "zeromq-encrypted",
"version": "1.0.0",
"description": "",
"main": "dealer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"zeromq": "^6.0.0-beta.6"
}
}