You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

{
"name": "yunkong2.socketio",
"version": "2.1.1",
"description": "This adapter allows to communicate different web applications with yunkong2.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"homepage": "https://git.spacen.net/yunkong2/yunkong2.socketio",
"licenses": [
{
"type": "MIT",
"url": "https://git.spacen.net/yunkong2/yunkong2.socketio/blob/master/LICENSE"
}
],
"keywords": [
"yunkong2",
"web"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.socketio"
},
"dependencies": {
"socket.io": "1.7.2",
"request": "^2.87.0",
"cookie-parser": "^1.4.3",
"express-session": "^1.15.6"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.socketio/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT",
"readmeFilename": "README.md"
}