From d151c2758f97de30d91c0edc4bc1475b28c57f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Fri, 14 Sep 2018 19:25:25 +0800 Subject: [PATCH] Update package.json --- package.json | 140 +++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/package.json b/package.json index a806445..e5624f3 100644 --- a/package.json +++ b/package.json @@ -1,70 +1,70 @@ -{ - "name": "yunkong2.admin", - "description": "The adapter opens a webserver for the yunkong2 admin UI.", - "version": "3.5.9", - "contributors": [ - "bluefox ", - "apollon77", - "soef ", - "hobbyquaker " - ], - "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/screenmeet/express-fileupload/tarball/8d8f5d9b7cec2d7c17e6d85654edf1c0aaa5fa82", - "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 ", - "license": "MIT" -} +{ + "name": "yunkong2.admin", + "description": "The adapter opens a webserver for the yunkong2 admin UI.", + "version": "3.5.9", + "contributors": [ + "bluefox ", + "apollon77", + "soef ", + "hobbyquaker " + ], + "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://github.com/screenmeet/express-fileupload/tarball/8d8f5d9b7cec2d7c17e6d85654edf1c0aaa5fa82", + "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 ", + "license": "MIT" +}