-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 761 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "node-red-contrib-play-sound",
"version": "0.2.0",
"description": "Node-RED node for play-sound (based on nodejs play-sound : Play sounds by shelling out to one of the available audio players).",
"node-red": {
"nodes": {
"play-sound": "node-red-contrib-play-sound.js"
}
},
"dependencies": {
"play-sound": ">=1.1.1"
},
"license": "MIT",
"author": {
"name": "mattvador"
},
"homepage": "https://github.com/mattvador/node-red-contrib-play-sound#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mattvador/node-red-contrib-play-sound.git"
},
"bugs": {
"url": "https://github.com/mattvador/node-red-contrib-play-sound/issues"
},
"keywords": [
"node-red",
"play",
"sound",
"audio",
"file"
]
}