UNPKG

@jstarpl/bluetooth-obd

Version:

Package for communicating with a bluetooth OBD-II reader

38 lines (37 loc) 746 B
{ "name": "@jstarpl/bluetooth-obd", "version": "0.2.6", "description": "Package for communicating with a bluetooth OBD-II reader", "author": { "name": "Eric Smekens", "email": "ericsmekens@msn.com", "url": "http://github.com/EricSmekens" }, "repository": { "type": "git", "url": "git+https://github.com/EricSmekens/node-bluetooth-obd.git" }, "directories": { "lib": "./lib" }, "main": "./lib/obd.js", "dependencies": { "bluetooth-serial-port": "^3.0.0" }, "devDependencies": {}, "engines": { "node" : ">= 8.x" , "npm" : ">= 5.x" }, "scripts": { "install": "" }, "keywords": [ "obd", "car", "bluetooth", "rfcomm", "ecu" ], "license": "Apache-2.0" }