44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@pushrocks/smartsocket",
|
|
"version": "1.1.34",
|
|
"description": "easy and secure websocket communication",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild"
|
|
},
|
|
"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": {
|
|
"@pushrocks/lik": "^3.0.5",
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
"@pushrocks/smartexpress": "^3.0.19",
|
|
"@pushrocks/smarthash": "^2.0.4",
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
"@types/shortid": "0.0.29",
|
|
"@types/socket.io": "^2.1.2",
|
|
"@types/socket.io-client": "^1.4.32",
|
|
"shortid": "^2.2.14",
|
|
"socket.io": "^2.2.0",
|
|
"socket.io-client": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
"@gitzone/tsrun": "^1.2.5",
|
|
"@gitzone/tstest": "^1.0.20",
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
|
"@types/node": "^11.13.7"
|
|
},
|
|
"private": false
|
|
}
|