react-native-android-wifi
Version:
A react-native implementation for viewing and connecting to Wifi networks on Android devices.
32 lines (30 loc) • 798 B
JSON
{
"name": "react-native-android-wifi",
"version": "0.0.41",
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android devices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"react-native",
"android",
"wifi",
"connection"
],
"author": "Ferran Reventos <devstepbcn@gmail.com>",
"license": "ISC",
"repository": "https://github.com/devstepbcn/react-native-android-wifi",
"bugs": "https://github.com/devstepbcn/react-native-android-wifi/issues",
"peerDependencies": {
"react-native": ">=0.13"
},
"dependencies": {},
"rnpm": {
"android": {
"packageInstance": "new AndroidWifiPackage()"
}
}
}