2016-08-06 21:27:53 +00:00
|
|
|
{
|
|
|
|
"name": "smartsocket",
|
2019-01-30 02:14:03 +00:00
|
|
|
"version": "1.1.20",
|
2016-09-26 14:59:06 +00:00
|
|
|
"description": "easy and secure websocket communication, TypeScript ready",
|
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/",
|
|
|
|
"build": "echo \"Not needed for now\""
|
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-01-30 02:14:02 +00:00
|
|
|
"@pushrocks/lik": "^3.0.4",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
|
|
|
"@pushrocks/smarthash": "^2.0.4",
|
|
|
|
"@pushrocks/smartlog": "^2.0.16",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
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",
|
|
|
|
"@gitzone/tsrun": "^1.1.17",
|
|
|
|
"@gitzone/tstest": "^1.0.18",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.12.19"
|
|
|
|
},
|
|
|
|
"private": true
|
2019-01-30 02:14:03 +00:00
|
|
|
}
|