forked from JuanSeBestia/react-native-wifi-reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 987 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
32
33
34
35
36
37
{
"name": "react-native-wifi-reborn",
"version": "2.0.3",
"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",
"semantic-release": "semantic-release"
},
"keywords": [
"react",
"react-native",
"android",
"ios",
"wifi",
"connect"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/JuanSeBestia/react-native-wifi-reborn"
},
"peerDependencies": {
"react-native": ">=0.13"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/JuanSeBestia/react-native-wifi-reborn/issues"
},
"homepage": "https://github.com/JuanSeBestia/react-native-wifi-reborn#readme",
"license": "ISC",
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"semantic-release": "^15.13.27"
}
}