UNPKG

pitft

Version:

A NodeJS module that gives you access to the PiTFT framebuffer

26 lines (25 loc) 562 B
{ "name": "pitft", "description": "A NodeJS module that gives you access to the PiTFT framebuffer", "version": "0.0.17", "main": "pitft.js", "typings": "pitft.d.ts", "author": "Werner Vesteraas <wvesteraas@gmail.com>", "license": { "type": "MIT", "url": "http://opensource.org/licenses/MIT" }, "keywords": [ "raspberry pi", "touchscreen", "pitft" ], "dependencies": { "bindings": "^1.3.0", "nan": "^2.10.0" }, "repository": { "type": "git", "url": "https://github.com/vesteraas/node-pitft.git" } }