UNPKG

react-native-modbus-tcp

Version:

This is a React Native module to help you process modbus data

40 lines (39 loc) 1.05 kB
{ "name": "react-native-modbus-tcp", "title": "React Native Modbus Tcp", "version": "1.0.0", "description": "This is a React Native module to help you process modbus data", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Theokalo/react-native-modbus-tcp.git", "baseUrl": "https://github.com/Theokalo/react-native-modbus-tcp" }, "homepage": "https://github.com/Theokalo/react-native-modbus-tcp#readme", "keywords": [ "react-native", "modbus-tcp", "modbus" ], "author": { "name": "Theodore Kalogeropoulos", "email": "theokalog@gmail.com" }, "bugs": { "url": "https://github.com/Theokalo/react-native-modbus-tcp/issues" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": "^16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": { "react": "^16.9.0", "react-native": "^0.61.5" } }