forked from redpandatronicsuk/react-native-check-app-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "react-native-check-app-install",
"version": "0.0.5",
"description": "React Native plugin for checking if apps/packages are installed on the device or not.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react-native": ">=0.40.0",
"react": ">=15.4.0"
},
"keywords": [
"app-install",
"react-native",
"react-component",
"ios",
"android"
],
"author": "RedPandaTronics LTD",
"license": "MIT",
"nativePackage": true,
"rnpm": {
"android": {
"sourceDir": "./android"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/redpandatronicsuk/react-native-check-app-install.git"
},
"bugs": {
"url": "https://github.com/redpandatronicsuk/react-native-check-app-install/issues"
},
"homepage": "https://github.com/redpandatronicsuk/react-native-check-app-install#readme"
}