bcd-date
Version:
Decodes a BCD datetime buffer into a normal javascript date object
38 lines (37 loc) • 812 B
JSON
{
"name": "bcd-date",
"version": "2.1.3",
"description": "Decodes a BCD datetime buffer into a normal javascript date object",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eflexsystems/bcd-date"
},
"keywords": [
"bcd",
"date",
"plc",
"rockwell",
"siemens"
],
"author": {
"name": "eFlex Systems",
"email": "jacobjewell@eflexsystems.com",
"url": "http://www.eflexsystems.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eflexsystems/bcd-date/issues"
},
"homepage": "https://github.com/eflexsystems/bcd-date",
"dependencies": {
"bcd": "^1.0.0",
"moment": "^2.12.0"
},
"devDependencies": {
"mocha": "^2.4.5"
}
}