smartsocket/package.json

36 lines
873 B
JSON
Raw Normal View History

2016-08-06 21:27:53 +00:00
{
"name": "smartsocket",
"version": "1.0.0",
"description": "easy and secure websocket communication",
"main": "dist/index.js",
2016-08-07 12:58:20 +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": {
2016-08-07 12:58:20 +00:00
"@types/q": "0.x.x",
"@types/socket.io": "^1.4.26",
"@types/socket.io-client": "^1.4.26",
2016-08-06 21:27:53 +00:00
"beautylog": "^5.0.20",
"lik": "^1.0.9",
"q": "^1.4.1",
"socket.io": "^1.4.8",
2016-08-07 12:58:20 +00:00
"socket.io-client": "^1.4.8",
2016-08-06 21:27:53 +00:00
"taskbuffer": "^1.0.7"
2016-08-07 12:58:20 +00:00
},
"devDependencies": {
"should": "^10.0.0",
"typings-test": "^1.0.1"
2016-08-06 21:27:53 +00:00
}
}