node-red-contrib-pi-omxplayer
Version:
A Node-RED node to control OMXPlayer on the Raspberry pi
18 lines (17 loc) • 520 B
JSON
{
"name": "omxplayer-example",
"version": "0.0.1",
"description": "A Node-RED node to control OMXPlayer on the Raspberry pi",
"dependencies": {
"node-red": "~0.17.0",
"node-red-contrib-pi-omxplayer": "../"
},
"repository": {
"type": "git",
"url": "https://github.com/natcl/node-red-contrib-pm2.git"
},
"keywords": ["node-red", "omxplayer"],
"scripts": {
"start": "rm -rf node_modules/node-red-contrib-pi-omxplayer ; npm install -f ; node node_modules/node-red/red.js -v -u ."
}
}