wormhole/package.json
2021-01-26 10:02:57 +02:00

16 lines
347 B
JSON

{
"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"
}