38 lines
962 B
JSON
38 lines
962 B
JSON
{
|
|
"name": "smartsocket",
|
|
"version": "1.1.7",
|
|
"description": "easy and secure websocket communication, TypeScript ready",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartsocket.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartsocket/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartsocket#README",
|
|
"dependencies": {
|
|
"@types/shortid": "0.0.29",
|
|
"@types/socket.io": "^1.4.29",
|
|
"@types/socket.io-client": "^1.4.29",
|
|
"beautylog": "^6.1.10",
|
|
"lik": "^1.0.38",
|
|
"nodehash": "^1.0.4",
|
|
"shortid": "^2.2.8",
|
|
"smartq": "^1.1.6",
|
|
"socket.io": "^2.0.3",
|
|
"socket.io-client": "^2.0.3",
|
|
"taskbuffer": "^1.0.17",
|
|
"typings-global": "^1.0.19"
|
|
},
|
|
"devDependencies": {
|
|
"tapbundle": "^1.1.0"
|
|
}
|
|
}
|