smartsocket/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2016-08-06 21:27:53 +00:00
{
2019-01-30 09:55:16 +00:00
"name": "@pushrocks/smartsocket",
2019-01-30 09:55:52 +00:00
"version": "1.1.24",
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": {
"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": {
"@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",
"@types/socket.io": "^2.1.2",
2018-03-15 01:29:40 +00:00
"@types/socket.io-client": "^1.4.32",
"shortid": "^2.2.14",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
2016-08-07 12:58:20 +00:00
},
"devDependencies": {
"@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"
},
2019-01-30 02:21:14 +00:00
"private": false
2019-01-30 02:14:03 +00:00
}