UNPKG

mcp9808-temperature-sensor

Version:
45 lines (44 loc) 862 B
{ "name": "mcp9808-temperature-sensor", "version": "1.1.1", "description": "MCP9808 I2C temperature sensor", "main": "mcp9808-temperature-sensor.js", "directories": { "example": "example", "test": "test" }, "scripts": { "lint": "jshint *.js examples/*.js test/*.js", "test": "cd test && ./run-tests && cd .." }, "repository": { "type": "git", "url": "https://github.com/fivdi/mcp9808-temperature-sensor.git" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "i2c-bus": "^5.2.2", "onoff": "^6.0.3", "mutexify": "^1.3.1" }, "devDependencies": { "jshint": "^2.12.0" }, "keywords": [ "mcp9808", "temperature", "sensor", "iot", "i2c", "raspberry", "raspi", "rpi", "pi", "beaglebone", "linux" ], "author": "fivdi", "license": "MIT" }