node-lirc
Version:
LIRC bridge for node
29 lines (28 loc) • 702 B
JSON
{
"name": "node-lirc",
"version": "0.0.4",
"description": "LIRC bridge for node",
"main": "index.js",
"scripts": {
"preinstall" : ". ./scripts/install.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lirc", "lircd", "irrecord", "irsend", "ir", "infrared", "smart", "remote", "raspberry pi"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chemaalfaya/node-lirc.git"
},
"author": {
"name": "Chema Alfaya Montero",
"email": "chemaalfaya@gmail.com",
"url": "http://www.chemaalfaya.com"
},
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"deasync": "^0.1.8",
"nconf": "^0.8.4"
}
}