win-audio
Version:
Get, Set and Watch Speaker/Microphone Volume on Windows
35 lines • 873 B
JSON
{
"name": "win-audio",
"version": "2.0.2",
"description": "Get, Set and Watch Speaker/Microphone Volume on Windows",
"main": "dist/index.js",
"os": [
"win32"
],
"scripts": {
"test": "npm i && node sample",
"babel": "npx babel src --out-dir dist"
},
"author": "Francesco Cannizzaro <francescosaverio.cannizzaro@gmail.com>",
"license": "MIT",
"gypfile": true,
"repository": {
"type": "git",
"url": "git+https://github.com/fcannizzaro/win-audio.git"
},
"bugs": {
"url": "https://github.com/fcannizzaro/win-audio/issues"
},
"homepage": "https://github.com/fcannizzaro/win-audio#readme",
"keywords": [
"audio",
"microphone",
"speaker",
"windows"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4"
}
}