angular-serial
Version:
NgxSerial eases the use of the Serial Web API in Angular.
40 lines • 843 B
JSON
{
"name": "angular-serial",
"version": "0.0.1",
"dependencies": {
"tslib": "^2.1.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/josemarcilio/ngx-serial"
},
"keywords": [
"serial",
"rs232",
"angular",
"arduino",
"PLC",
"browser",
"smart card reader"
],
"author": {
"email": "archocron@gmail.com",
"name": "Alejandro Rioja",
"url": "https://github.com/archocron"
},
"module": "fesm2022/angular-serial.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular-serial.mjs",
"esm": "./esm2022/angular-serial.mjs",
"default": "./fesm2022/angular-serial.mjs"
}
},
"sideEffects": false
}