From 3d80f5b58ce333847bd3f1d6bb005224e51d009c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Thu, 20 Dec 2018 14:44:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3646ded..1d2ac05 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "email": "dogafox@gmail.com" } ], - "homepage": "https://github.com/yunkong2/yunkong2.node-red", + "homepage": "https://git.spacen.net/yunkong2/yunkong2.node-red", "license": "Apache-2.0", "keywords": [ "yunkong2", @@ -21,7 +21,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/yunkong2/yunkong2.node-red" + "url": "https://git.spacen.net/yunkong2/yunkong2.node-red" }, "optionalDependencies": { "js2xmlparser": "^3.0.0", @@ -33,7 +33,11 @@ "node-red": "^0.19.4", "node-red-contrib-os": "^0.1.7", "node-red-contrib-aggregator": "^1.3.0", - "node-red-contrib-mdashboard": "^0.1.11" + "node-red-contrib-mdashboard": "^0.1.11", + "node-red-node-mysql":"^0.0.17", + "node-red-contrib-ftp-server":"^0.3.0", + "node-red-contrib-mongodb":"^0.3.4", + "node-red-contrib-objectid":"^0.7.2" }, "devDependencies": { "gulp": "^3.9.1", @@ -42,7 +46,7 @@ "chai": "^4.1.2" }, "bugs": { - "url": "https://github.com/yunkong2/yunkong2.node-red/issues" + "url": "https://git.spacen.net/yunkong2/yunkong2.node-red/issues" }, "main": "main.js", "scripts": {