-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
38
39
40
41
{
"name": "react-native-lanscan",
"version": "1.0.3",
"description": "A React Native library for scanning LAN IPs and ports to find services via device Wi-Fi",
"main": "main-tf.js",
"scripts": {
"postinstall": "babel main.js --out-file main-tf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Odinvt/react-native-lanscan.git"
},
"dependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-react-native": "^1.9.0"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-zavatta": "^2.0.2"
},
"keywords": [
"react",
"native",
"react-native",
"lanscan",
"lan",
"scan",
"port",
"wifi"
],
"author": "Oussama El Bacha",
"license": "MIT",
"bugs": {
"url": "https://github.com/Odinvt/react-native-lanscan/issues"
},
"homepage": "https://github.com/Odinvt/react-native-lanscan#readme"
}