UNPKG

bme280-sensor

Version:

A Node.js I2C module for the BME280 Humidity, Barometric Pressure, and Temperature Sensor. Also includes support for the BMP280 Barometric Pressure and Temperature Sensor.

40 lines (39 loc) 926 B
{ "name": "bme280-sensor", "version": "0.1.7", "description": "A Node.js I2C module for the BME280 Humidity, Barometric Pressure, and Temperature Sensor. Also includes support for the BMP280 Barometric Pressure and Temperature Sensor.", "main": "BME280.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/skylarstein/bme280-sensor.git" }, "keywords": [ "BME280", "BMP280", "Humidity", "Pressure", "Barometer", "Temperature", "Sensor", "Adafruit", "Raspberry", "Pi", "Beaglebone" ], "author": "Skylar Stein", "license": "MIT", "bugs": { "url": "https://github.com/skylarstein/bme280-sensor/issues" }, "homepage": "https://github.com/skylarstein/bme280-sensor#readme", "dependencies": { "i2c-bus": "^5.1.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" } }