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.

61 lines
1.5 KiB

{
"name": "yunkong2.web",
"version": "2.4.1",
"description": "yunkong2 simple web Adapter",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"homepage": "https://git.spacen.net/yunkong2/yunkong2.web",
"licenses": [
{
"type": "MIT",
"url": "https://git.spacen.net/yunkong2/yunkong2.web/blob/master/LICENSE"
}
],
"keywords": [
"yunkong2",
"web"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.web"
},
"dependencies": {
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mime-types": "^2.1.18",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.85.0",
"socket.io-client": "1.7.2",
"xtend": "^4.0.1",
"yunkong2.simple-api": "https://git.spacen.net/yunkong2/yunkong2.simple-api/repository/master/archive.tar.gz",
"yunkong2.socketio": "https://git.spacen.net/yunkong2/yunkong2.socketio/repository/master/archive.tar.gz"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.1.1",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.web/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT",
"maintainers": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
]
}