UNPKG

bcs.client

Version:

Read-through cached API client for the BCS-460/462 series of brewery automation controllers

34 lines 829 B
{ "name": "bcs.client", "version": "1.0.1", "description": "Read-through cached API client for the BCS-460/462 series of brewery automation controllers", "keywords": [ "bcs-460", "bcs-462", "ecc", "client", "automation", "brewery", "controller", "logging" ], "author": "Carson Christian <cc@seekerbeer.com>", "homepage": "https://github.com/cscade/BCS.client", "repository": { "type": "git", "url": "git://github.com/cscade/BCS.client.git" }, "license": "MIT", "engines": { "node": ">=4.0.0" }, "dependencies": { "async": "^1.5.0", "request": "^2.65.0", "xtend": "^4.0.1" }, "devDependencies": { "mocha": "^2.3.3", "should": "^7.1.1" } }