UNPKG

@agilatech/bme280

Version:

Use either I2C or SPI to drive the Bosch BME280 Pressure / Temperature / Humidity sensor

50 lines (49 loc) 1.03 kB
{ "name": "@agilatech/bme280", "version": "1.1.1", "description": "Use either I2C or SPI to drive the Bosch BME280 Pressure / Temperature / Humidity sensor", "main": "bme280.js", "directories": { "example": "examples", "test": "test" }, "scripts": { "test": "mocha --exit" }, "repository": { "type": "git", "url": "git+https://github.com/AgilatechSystems/bme280.git" }, "keywords": [ "bme280", "sensor", "temperature", "pressure", "humidity", "barometer", "iot", "i2c", "spi", "beaglebone", "raspi", "rpi", "raspberry", "pi", "linux" ], "author": "scotty <scott@agilatech.com> (http://agilatech.com)", "license": "MIT", "bugs": { "url": "https://github.com/AgilatechSystems/bme280/issues" }, "homepage": "https://github.com/AgilatechSystems/bme280#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "dependencies": { "i2c-bus": "*", "spi-device": "*", "onoff": "*" } }