@homebridge/put
Version:
Pack multibyte binary values into buffers
27 lines (26 loc) • 541 B
JSON
{
"name": "@homebridge/put",
"version": "0.0.8",
"description": "Pack multibyte binary values into buffers",
"main": "./index.js",
"keywords": [
"put",
"pack",
"binary"
],
"repository": {
"type": "git",
"url": "http://github.com/homebridge/put.git"
},
"scripts": {
"test": "expresso"
},
"engines": {
"node": ">=0.3.0"
},
"license": "MIT/X11",
"devDependencies": {
"expresso": "^0.9.2",
"binary": "^0.3.0"
}
}