{ "name": "usb", "description": "Library to access USB devices", "keywords": [ "usb", "hardware" ], "author": { "name": "Nonolith Labs", "url": "http://www.nonolithlabs.com" }, "contributors": [ { "name": "Kevin Mehall", "email": "km@kevinmehall.net", "url": "http://kevinmehall.net" }, { "name": "Tim Ryan", "email": "tim@technical.io", "url": "http://timryan.org" }, { "name": "Christopher Klein" } ], "version": "0.3.11", "optionalDependencies": { "usb-shyp-win32-x64": "0.3.x", "usb-shyp-win32-ia32": "0.3.x", "usb-shyp-darwin-x64": "0.3.x" }, "engines": { "node": ">=0.8.x" }, "main": "./usb", "repository": { "type": "git", "url": "https://github.com/nonolith/node-usb.git" }, "scripts": { "install": "node shyp-blacklist.js win32-x64 win32-ia32 darwin-x64 || node-gyp rebuild", "test": "mocha --compilers coffee:coffee-script --grep Module", "full-test": "mocha --compilers coffee:coffee-script", "valgrind": "coffee -c test/usb.coffee; valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec" }, "dependencies": { "bindings-shyp": "~0.2.3", "nan": "^1.2.0" }, "devDependencies": { "coffee-script": "~1.6.2", "mocha": "~1.8.2" }, "license": "MIT" }