ljmmm-parse
Version:
Library for parsing LabJack Modbus Map Markup documents.
44 lines (43 loc) • 991 B
JSON
{
"name": "ljmmm-parse",
"version": "0.2.6",
"description": "Library for parsing LabJack Modbus Map Markup documents.",
"scripts": {
"basicTest": "node ./node_modules/nodeunit-v1/bin/nodeunit ./test/test.js",
"test": "npm run basicTest"
},
"dependencies": {
"async": "3.2.3",
"sprintf-js": "1.1.2"
},
"devDependencies": {
"nodeunit-v1": "1.0.1",
"rewire": "^6.0.0"
},
"author": {
"name": "Sam Pottinger",
"url": "http://gleap.org"
},
"contributors": [
{
"name": "Chris Johnson",
"email": "chris.s.johnson4@gmail.com",
"url": "https://github.com/chrisJohn404"
}
],
"main": "./lib/ljmmm",
"license": "MIT",
"keywords": [
"LabJack",
"LJMMM",
"MODBUS"
],
"homepage": "https://github.com/chrisJohn404/ljmmm-parse",
"repository": {
"type": "git",
"url": "https://github.com/chrisJohn404/ljmmm-parse.git"
},
"files": [
"lib"
]
}