UNPKG

omxplayer

Version:

Nodejs module to control omxplayer. Specifically written for the raspberry pi

35 lines (34 loc) 823 B
{ "name": "omxplayer", "version": "1.0.0", "description": "Nodejs module to control omxplayer. Specifically written for the raspberry pi", "main": "lib/omxplayer.js", "directories": { "example": "examples" }, "dependencies": { "dbus-native": "^0.2.0", "semaphore": "^1.0.5", "debug": "^2.6.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/oeuillot/node-omxplayer.git" }, "keywords": [ "omxplayer", "Raspberry", "PI", "dbus" ], "author": "olivier.oeuillot@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/oeuillot/node-omxplayer/issues" }, "homepage": "https://github.com/oeuillot/node-omxplayer#readme" }