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": {