yunkong2.web/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2018-07-22 11:16:48 +08:00
{
"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",
2018-07-23 01:00:37 +08:00
"xtend": "^4.0.1",
2018-09-22 17:36:19 +08:00
"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"
2018-07-23 01:00:37 +08:00
2018-07-22 11:16:48 +08:00
},
"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"
}
]
}