-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "@react-native-oh-tpl/react-native-network-info",
"version": "5.2.1-0.0.1",
"description": "Get local network information",
"main": "NetworkInfo.js",
"types": "NetworkInfo.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/react-native-oh-library/react-native-network-info.git"
},
"harmony": {
"alias": "react-native-network-info",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"keywords": [
"react-component",
"react-native",
"ios",
"network",
"lan",
"harmony"
],
"dependencies": {
"react-native-network-info": "5.2.1"
},
"peerDependencies": {
"react-native": ">=0.47"
},
"author": "Corey Wilson <corey@eastcodes.com> (https://github.com/pusherman)",
"license": "MIT"
}