node-pulseaudio-control/package.json

19 lines
427 B
JSON

{
"name": "miccontrol",
"version": "1.0.0",
"description": "Select a pulse audio source and mute/unmute it.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "node-gyp rebuild",
"start": "node main.js"
},
"author": "john@jshaver.net",
"license": "MIT",
"gypfile": true,
"dependencies": {
"bindings": "^1.3.0",
"node-gyp": "^3.6.2"
}
}