UNPKG

rxjs-obd

Version:

RxJS Implementation for OBD (On Board Diagnostics) of vehicles via ELM 327 connections.

42 lines (41 loc) 976 B
{ "name": "rxjs-obd", "version": "0.0.41", "description": "RxJS Implementation for OBD (On Board Diagnostics) of vehicles via ELM 327 connections.", "repository": { "type": "git", "url": "git+https://github.com/baumblatt/rxjs-obd.git" }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "OBD", "RxJS", "ELM327" ], "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "author": "Bernardo Baumblatt", "license": "MIT", "bugs": { "url": "https://github.com/baumblatt/rxjs-obd/issues" }, "homepage": "https://github.com/baumblatt/rxjs-obd#readme", "dependencies": { "lodash": "^4.17.11", "rxjs": "^6.5.2" }, "devDependencies": { "@types/lodash": "^4.14.134", "@types/node": "^10.12.18", "injection-js": "^2.2.1", "moment": "^2.24.0", "sockets-for-cordova": "^1.0.0", "typescript": "~3.5.3" } }