forked from blackdeve/react-native-wifi
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 765 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-wifi",
"version": "1.0.0",
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"android",
"ios",
"wifi",
"connect"
],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/blackdeve/react-native-wifi.git"
},
"peerDependencies": {
"react-native": ">=0.13"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/blackdeve/react-native-wifi/issues"
},
"homepage": "https://github.com/blackdeve/react-native-wifi#readme",
"license": "ISC"
}