wormhole/package.json
2021-02-03 02:22:14 +02:00

16 lines
355 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": "hippoz",
"license": "GPLv3"
}