From a798bcc96d5ec02b2da07cb0452bbba2205e0735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 15 Sep 2018 10:14:34 +0800 Subject: [PATCH] Update package.json --- package.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 2eebc78..e6da288 100644 --- a/package.json +++ b/package.json @@ -2,27 +2,16 @@ "name": "yunkong2.modbus", "version": "2.0.7", "description": "Connect devices oder Modbus protocol to yunkong2", - "author": { - "name": "bluefox", - "email": "dogafox@gmail.com" - }, - "contributors": [ - { - "name": "bluefox", - "email": "dogafox@gmail.com" - } - ], - "homepage": "https://github.com/yunkong2/yunkong2.modbus", + "homepage": "https://git.spacen.net/yunkong2/yunkong2.modbus", "license": "MIT", "keywords": [ - "yunkong2", "modbus", "Smart Home", "home automation" ], "repository": { "type": "git", - "url": "https://github.com/yunkong2/yunkong2.modbus" + "url": "https://git.spacen.net/yunkong2/yunkong2.modbus" }, "optionalDependencies": { "serialport": "^6.0.4" @@ -32,7 +21,8 @@ "put": "0.0.6", "crc": "3.5.0", "stampit-state-machine": "^0.2.1", - "stampit-event-bus": "^0.1.1" + "stampit-event-bus": "^0.1.1", + "ieee754":"1.1.12" }, "devDependencies": { "gulp": "^3.9.1",