Initial commit
This commit is contained in:
34
node_modules/node-red-contrib-play-audio/package.json
generated
vendored
Normal file
34
node_modules/node-red-contrib-play-audio/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "node-red-contrib-play-audio",
|
||||
"version": "2.5.0",
|
||||
"description": "A node-red node for playing audio in the browser",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lorentzlasson/node-red-contrib-play-audio.git"
|
||||
},
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"audio",
|
||||
"TTS",
|
||||
"text-to-speech"
|
||||
],
|
||||
"author": "Lorentz Lasson",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Dave Conway-Jones"
|
||||
}
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lorentzlasson/node-red-contrib-play-audio/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lorentzlasson/node-red-contrib-play-audio",
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"play-audio": "play-audio.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user