initialize project

This commit is contained in:
hippoz 2021-01-26 10:02:57 +02:00
parent d342d21748
commit ac6cdf7bc9
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 16 additions and 0 deletions

0
index.js Normal file
View file

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "wormhole",
"version": "1.0.0",
"description": "A simple websocket abstraction.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.hippoz.xyz/hippoz/wormhole"
},
"keywords": [],
"author": "",
"license": "ISC"
}