UNPKG

bmp280-sensor

Version:

A Node.js I2C BMP280 sensor library

29 lines (28 loc) 521 B
{ "name": "bmp280-sensor", "version": "0.1.3", "description": "A Node.js I2C BMP280 sensor library", "main": "bmp280.js", "author": "Oleg Karpov", "license": "MIT", "private": false, "scripts": {}, "repository": { "type": "git", "url": "git@bitbucket.org:ptax/bmp280-sensor.git" }, "dependencies": { "i2c-bus": "^1.2.1" }, "keywords": [ "BMP280", "Pressure", "Barometer", "Temperature", "Sensor", "Adafruit", "Raspberry", "Pi", "Beaglebone" ] }