forked from tadasr/react-native-iot-wifi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 954 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 954 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@josectobar/react-native-iot-wifi",
"version": "1.0.6",
"description": "Connect to WiFi with React Native on Android and iOS.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js",
"android",
"ios",
"README.*",
"package.json",
"react-native-iot-wifi.podspec",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/josectobar/react-native-iot-wifi.git"
},
"keywords": [
"react-native",
"android",
"wifi",
"iot"
],
"authors": [
"tadasr",
"josectobar"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tadasr/react-native-iot-wifi/issues"
},
"homepage": "https://github.com/tadasr/react-native-iot-wifi#readme",
"dependencies": {},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "josectobar"
}