react-native-ir-manager
Version:
A react-native interface for using the Infrared (IR) transmitter in Android smartphones
29 lines (28 loc) • 705 B
JSON
{
"name": "react-native-ir-manager",
"version": "0.0.4",
"description": "A react-native interface for using the Infrared (IR) transmitter in Android smartphones",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/danielr18/react-native-ir-manager.git"
},
"keywords": [
"react-native",
"react-component",
"android",
"infrared",
"ir-emitter",
"ir-blaster"
],
"author": "Daniel Reinoso <danielreinoso1807@gmail.com> (http://kloc.io)",
"license": "MIT",
"rnpm": {
"commands": {
"postlink": "node_modules/react-native-ir-manager/scripts/post-link.sh"
}
},
"peerDependencies": {
"react-native": "*"
}
}