smartsocket/package.json

46 lines
1.3 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-06-07 06:40:24 +00:00
"version": "1.1.38",
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": {
"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-06-06 21:11:03 +00:00
"@pushrocks/smartexpress": "^3.0.21",
"@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",
"@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": {
2019-06-06 21:11:03 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.24",
2019-04-23 15:28:46 +00:00
"@pushrocks/tapbundle": "^3.0.9",
2019-06-06 21:11:03 +00:00
"@types/node": "^12.0.6",
"tslint": "^5.17.0",
2019-04-26 15:35:15 +00:00
"tslint-config-prettier": "^1.18.0"
},
2019-01-30 02:21:14 +00:00
"private": false
2019-05-02 09:46:36 +00:00
}