diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..9cb1239 --- /dev/null +++ b/package.json @@ -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" +}