Update package.json

This commit is contained in:
钟进 2018-09-15 10:14:34 +08:00
parent 0625284b2b
commit a798bcc96d

View File

@ -2,27 +2,16 @@
"name": "yunkong2.modbus", "name": "yunkong2.modbus",
"version": "2.0.7", "version": "2.0.7",
"description": "Connect devices oder Modbus protocol to yunkong2", "description": "Connect devices oder Modbus protocol to yunkong2",
"author": { "homepage": "https://git.spacen.net/yunkong2/yunkong2.modbus",
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/yunkong2/yunkong2.modbus",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"yunkong2",
"modbus", "modbus",
"Smart Home", "Smart Home",
"home automation" "home automation"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yunkong2/yunkong2.modbus" "url": "https://git.spacen.net/yunkong2/yunkong2.modbus"
}, },
"optionalDependencies": { "optionalDependencies": {
"serialport": "^6.0.4" "serialport": "^6.0.4"
@ -32,7 +21,8 @@
"put": "0.0.6", "put": "0.0.6",
"crc": "3.5.0", "crc": "3.5.0",
"stampit-state-machine": "^0.2.1", "stampit-state-machine": "^0.2.1",
"stampit-event-bus": "^0.1.1" "stampit-event-bus": "^0.1.1",
"ieee754":"1.1.12"
}, },
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",