node-sound
Version:
A library to play audio files from nodejs applications
29 lines (28 loc) • 649 B
JSON
{
"name": "node-sound",
"version": "0.0.8",
"description": "A library to play audio files from nodejs applications",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jijojosephk/node-sound.git"
},
"keywords": [
"play",
"audio",
"nodejs"
],
"author": "Jijo Joseph <jijojosephk@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jijojosephk/node-sound/issues"
},
"homepage": "https://github.com/jijojosephk/node-sound#readme",
"devDependencies": {
"eslint": "^8.23.1"
}
}