@csllc/j1939
Version:
J1939 transport layer for CANBUS communication
25 lines (24 loc) • 544 B
JSON
{
"name": "@csllc/j1939",
"version": "1.2.0",
"description": "J1939 transport layer for CANBUS communication",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"keywords": [
"J1939",
"CANBUS"
],
"author": "bglase@icloud.com",
"license": "MIT",
"devDependencies": {
"@csllc/cs-canbus-universal": "^0.2.2",
"chai": "^4.2.0",
"chai-events": "0.0.3",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.1.3",
"sinon": "^14.0.0"
},
"dependencies": {}
}