-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "react-native-portavailable",
"version": "1.0.1",
"description": "A React Native Package for checking udp and tcp port availability on native android",
"main": "main-tf.js",
"scripts": {
"postinstall": "babel main.js --out-file main-tf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Odinvt/react-native-portavailable"
},
"keywords": [
"react",
"native",
"port",
"available",
"socket"
],
"dependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-react-native": "^1.9.0"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-zavatta": "^2.0.2"
},
"author": "Oussama El Bacha",
"license": "MIT"
}