16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"name": "edge",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Cadoles <contact@cadoles.com>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@types/sockjs-client": "^1.5.1",
|
|
"sockjs-client": "^1.6.1"
|
|
}
|
|
}
|