-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
31 lines (30 loc) · 798 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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 <[email protected]>",
"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()"
}
}
}