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.

71 lines
2.0 KiB

{
"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",
"express-fileupload": "https://git.spacen.net/yunkong2/express-fileupload/repository/master/archive.tar.gz",
"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",
"xtend": "^4.0.1"
},
"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"
}