epd2in13
Version:
Nodejs driver for the Waveshare 2.13inch (B) e-Paper Hat
26 lines (25 loc) • 521 B
JSON
{
"name": "epd2in13",
"version": "1.0.5",
"description": "Nodejs driver for the Waveshare 2.13inch (B) e-Paper Hat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gaweee/epd2in13"
},
"keywords": [
"epaper",
"epd",
"waveshare"
],
"author": "Gary Teo",
"license": "ISC",
"dependencies": {
"image-js": "^0.33.1",
"rpio": "^2.4.2",
"spi-device": "^3.1.2"
}
}