wormhole/package.json

17 lines
355 B
JSON
Raw Normal View History

2021-01-26 10:02:57 +02:00
{
"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": [],
2021-02-03 02:22:14 +02:00
"author": "hippoz",
"license": "GPLv3"
2021-01-26 10:02:57 +02:00
}