2018-09-14 19:25:25 +08:00
|
|
|
{
|
|
|
|
"name": "yunkong2.admin",
|
|
|
|
"description": "The adapter opens a webserver for the yunkong2 admin UI.",
|
|
|
|
"version": "3.5.9",
|
|
|
|
"contributors": [
|
|
|
|
"bluefox <dogafox@gmail.com>",
|
|
|
|
"apollon77",
|
|
|
|
"soef <soef@gmx.net>",
|
|
|
|
"hobbyquaker <hq@ccu.io>"
|
|
|
|
],
|
|
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.admin",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.admin"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.admin/blob/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"yunkong2",
|
|
|
|
"setup"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
"connect-flash": "^0.1.1",
|
|
|
|
"cookie-parser": "^1.4.3",
|
|
|
|
"express": "^4.16.3",
|
2018-10-13 17:30:15 +08:00
|
|
|
"express-fileupload": "https://git.spacen.net/yunkong2/express-fileupload/repository/master/archive.tar.gz",
|
2018-09-14 19:25:25 +08:00
|
|
|
"express-session": "^1.15.6",
|
|
|
|
"passport": "^0.4.0",
|
|
|
|
"passport-local": "^1.0.0",
|
|
|
|
"passport.socketio": "^3.7.0",
|
|
|
|
"request": "^2.85.0",
|
|
|
|
"socket.io": "1.7.2",
|
2018-10-13 17:54:43 +08:00
|
|
|
"xtend": "^4.0.1"
|
2018-09-14 19:25:25 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
|
|
|
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
|
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-babel": "^7.0.1",
|
|
|
|
"gulp-clean-css": "^3.9.4",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-htmlmin": "^4.0.0",
|
|
|
|
"gulp-less": "^4.0.0",
|
|
|
|
"gulp-sass": "^3.1.0",
|
|
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
|
|
"gulp-uglify": "^3.0.0",
|
|
|
|
"gulp-util": "^3.0.8",
|
|
|
|
"materialize-css": "^1.0.0-alpha.4",
|
|
|
|
"mocha": "^5.2.0"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.admin/issues"
|
|
|
|
},
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node node_modules/mocha/bin/mocha",
|
|
|
|
"prepublish": "node node_modules/gulp/bin/gulp default"
|
|
|
|
},
|
|
|
|
"author": "bluefox <dogafox@gmail.com>",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|