smartsocket/package.json

38 lines
957 B
JSON
Raw Normal View History

2016-08-06 21:27:53 +00:00
{
"name": "smartsocket",
2018-03-19 09:00:14 +00:00
"version": "1.1.19",
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": "(npmts)"
},
"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": {
2017-07-07 20:02:19 +00:00
"@types/shortid": "0.0.29",
2018-03-15 01:29:40 +00:00
"@types/socket.io": "^1.4.32",
"@types/socket.io-client": "^1.4.32",
2017-07-07 20:02:19 +00:00
"beautylog": "^6.1.10",
2018-03-15 01:29:40 +00:00
"lik": "^2.0.5",
"nodehash": "^1.0.4",
2017-07-07 20:02:19 +00:00
"shortid": "^2.2.8",
2018-03-15 01:29:40 +00:00
"smartdelay": "^1.0.4",
2018-03-17 16:18:53 +00:00
"smartq": "^1.1.8",
2018-03-15 01:29:40 +00:00
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
2016-08-07 12:58:20 +00:00
},
"devDependencies": {
2018-03-18 15:40:40 +00:00
"@types/node": "^9.4.7",
2018-03-15 01:29:40 +00:00
"tapbundle": "^2.0.0"
2016-08-06 21:27:53 +00:00
}
}