si7021-sensor
Version:
A Node.js I2C module for the Silicon Labs Si7021 Temperature and Humidity and Sensor
37 lines (36 loc) • 792 B
JSON
{
"name": "si7021-sensor",
"version": "0.0.7",
"description": "A Node.js I2C module for the Silicon Labs Si7021 Temperature and Humidity and Sensor",
"main": "Si7021.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skylarstein/si7021-sensor.git"
},
"keywords": [
"Si7021",
"Temperature",
"Humidity",
"Sensor",
"Adafruit",
"Raspberry",
"Pi",
"Beaglebone"
],
"author": "Skylar Stein",
"license": "MIT",
"bugs": {
"url": "https://github.com/skylarstein/si7021-sensor/issues"
},
"homepage": "https://github.com/skylarstein/si7021-sensor#readme",
"dependencies": {
"i2c-bus": "^1.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}