61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"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": "git+http://git.spacen.net/yunkong2/yunkong2.simple-api.git",
|
|
"yunkong2.socketio": "git+http://git.spacen.net/yunkong2/yunkong2.socketio.git"
|
|
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|