ftdi
Version:
FTDI bindings for Node.js
31 lines (30 loc) • 643 B
JSON
{
"name": "ftdi",
"version": "1.2.3",
"description": "FTDI bindings for Node.js",
"main": "index.js",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.4.0"
},
"gypfile": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git://github.com/thomaschaaf/node-ftdi.git"
},
"keywords": [
"ftdi",
"usb",
"driver",
"device"
],
"homepage": "https://github.com/thomaschaaf/node-ftdi",
"bugs": {
"url": "https://github.com/thomaschaaf/node-ftdi/issues"
},
"license": "MIT"
}