smartsocket/package.json

40 lines
1001 B
JSON
Raw Normal View History

2016-08-06 21:27:53 +00:00
{
"name": "smartsocket",
2016-09-25 22:28:45 +00:00
"version": "1.1.7",
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": {
2016-08-07 12:58:20 +00:00
"@types/q": "0.x.x",
2016-08-08 16:20:00 +00:00
"@types/shortid": "0.0.27",
2016-08-07 12:58:20 +00:00
"@types/socket.io": "^1.4.26",
"@types/socket.io-client": "^1.4.26",
"beautylog": "^5.0.23",
2016-08-08 16:20:00 +00:00
"lik": "^1.0.15",
"nodehash": "^1.0.4",
2016-08-06 21:27:53 +00:00
"q": "^1.4.1",
2016-08-08 16:20:00 +00:00
"shortid": "^2.2.6",
2016-08-06 21:27:53 +00:00
"socket.io": "^1.4.8",
2016-08-07 12:58:20 +00:00
"socket.io-client": "^1.4.8",
"taskbuffer": "^1.0.8"
2016-08-07 12:58:20 +00:00
},
"devDependencies": {
2016-08-07 17:07:11 +00:00
"npmts-g": "^5.2.8",
"should": "^11.1.0",
2016-09-04 22:34:09 +00:00
"typings-test": "^1.0.3"
2016-08-06 21:27:53 +00:00
}
}