headset
Version:
node library for headsets
38 lines (37 loc) • 735 B
JSON
{
"name": "headset",
"version": "0.5.0",
"description": "node library for headsets",
"main": "./lib/index.js",
"author": {
"name": "Rasmus Porsager",
"email": "rasmus@porsager.com",
"url": "https://github.com/porsager"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "http://github.com/porsager/headset.git"
},
"keywords": [
"lync",
"uc",
"unified",
"communications",
"usb",
"hid"
],
"dependencies": {
"node-hid": "2.1.1"
},
"homepage": "https://github.com/porsager/headset",
"bugs": {
"url": "https://github.com/porsager/headset/issues"
},
"scripts": {
"test": "echo Requires headset"
},
"license": "MIT"
}