{
    "name": "ncd-red-ads7828",
    "version": "1.1.5",
    "description": "",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ncd-io/ncd-red-ads7828"
    },
    "keywords": [
        "ADS7828",
        "ncd",
        "ADC",
        "i2c",
		"node-red"
    ],
    "author": "Trey Felton",
    "license": "MIT",
    "node-red": {
        "nodes": {
            "ncd-ads7828": "ads7828.js"
        }
    },
    "dependencies": {
        "ncd-red-comm": "^1.4.0",
        "promise-queue": "^2.2.5"
    }
}
