40 lines
1001 B
JSON
40 lines
1001 B
JSON
{
|
|
"name": "smartsocket",
|
|
"version": "1.1.4",
|
|
"description": "easy and secure websocket communication, Typescript ready",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"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": {
|
|
"@types/q": "0.x.x",
|
|
"@types/shortid": "0.0.27",
|
|
"@types/socket.io": "^1.4.26",
|
|
"@types/socket.io-client": "^1.4.26",
|
|
"beautylog": "^5.0.23",
|
|
"lik": "^1.0.15",
|
|
"nodehash": "^1.0.4",
|
|
"q": "^1.4.1",
|
|
"shortid": "^2.2.6",
|
|
"socket.io": "^1.4.8",
|
|
"socket.io-client": "^1.4.8",
|
|
"taskbuffer": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"npmts-g": "^5.2.8",
|
|
"should": "^11.1.0",
|
|
"typings-test": "^1.0.2"
|
|
}
|
|
}
|