ads1115
Version:
A Node.js library for an ads1115 analog to digital converter
32 lines (31 loc) • 733 B
JSON
{
"name": "ads1115",
"version": "1.2.0",
"description": "A Node.js library for an ads1115 analog to digital converter",
"main": "ads1115.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/williamkapke/ADS1115.git"
},
"keywords": [
"ads1115",
"ads",
"ads 1115",
"1115",
"adc",
"analog to to digital converter",
"digital converter"
],
"author": "William Kapke",
"license": "MIT",
"bugs": {
"url": "https://github.com/williamkapke/ADS1115/issues"
},
"homepage": "https://github.com/williamkapke/ADS1115#readme",
"dependencies": {
"debug": "^4.1.1"
}
}