2016-08-06 21:27:53 +00:00
|
|
|
{
|
2019-01-30 09:55:16 +00:00
|
|
|
"name": "@pushrocks/smartsocket",
|
2019-04-24 13:47:29 +00:00
|
|
|
"version": "1.1.29",
|
2019-01-30 23:46:42 +00:00
|
|
|
"description": "easy and secure websocket communication",
|
2016-08-06 21:27:53 +00:00
|
|
|
"main": "dist/index.js",
|
2016-08-07 13:12:52 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-08-06 21:27:53 +00:00
|
|
|
"scripts": {
|
2019-01-30 02:14:02 +00:00
|
|
|
"test": "tstest test/",
|
2019-01-31 01:32:52 +00:00
|
|
|
"build": "tsbuild"
|
2016-08-06 21:27:53 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2019-04-23 15:28:46 +00:00
|
|
|
"@pushrocks/lik": "^3.0.5",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
2019-01-30 02:14:02 +00:00
|
|
|
"@pushrocks/smarthash": "^2.0.4",
|
2019-04-23 15:28:46 +00:00
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
2017-07-07 20:02:19 +00:00
|
|
|
"@types/shortid": "0.0.29",
|
2019-01-30 02:14:02 +00:00
|
|
|
"@types/socket.io": "^2.1.2",
|
2018-03-15 01:29:40 +00:00
|
|
|
"@types/socket.io-client": "^1.4.32",
|
2019-01-30 02:14:02 +00:00
|
|
|
"shortid": "^2.2.14",
|
|
|
|
"socket.io": "^2.2.0",
|
|
|
|
"socket.io-client": "^2.2.0"
|
2016-08-07 12:58:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-30 02:14:02 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.8",
|
2019-04-23 15:28:46 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.5",
|
|
|
|
"@gitzone/tstest": "^1.0.20",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
|
|
|
"@types/node": "^11.13.7"
|
2019-01-30 02:14:02 +00:00
|
|
|
},
|
2019-01-30 02:21:14 +00:00
|
|
|
"private": false
|
2019-04-23 15:28:46 +00:00
|
|
|
}
|