-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
31 lines (31 loc) · 801 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-p2p",
"version": "3.6.0",
"description": "Module for working with wifi direct (p2p) API module in android.",
"repository": {
"type": "git",
"url": "git+https://github.com/kirillzyusko/react-native-wifi-p2p.git"
},
"homepage": "https://github.com/kirillzyusko/react-native-wifi-p2p#README.MD",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint-java": "node scripts/java-lint.js --check"
},
"devDependencies": {
"react-native": "0.70.5",
"shelljs": "^0.8.5",
"yargs": "^17.7.1"
},
"keywords": [
"react-native",
"android",
"p2p",
"peer to peer",
"wifi direct",
"wi-fi direct"
],
"author": "Kiryl Ziusko",
"license": "ISC"
}