forked from vicke4/react-native-invoke-app
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 915 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
{
"name": "@suvorovr/react-native-invoke-app",
"description": "[![npm version](https://badge.fury.io/js/react-native-invoke-app.svg)](https://badge.fury.io/js/react-native-invoke-app)",
"version": "1.2.9",
"license": "MIT",
"main": "index.js",
"author": "Roman Suvorov <roma232789@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/RomanSuvorov/react-native-invoke-app.git"
},
"keywords": [
"react-native",
"headless js",
"bring app to foreground",
"invoke app"
],
"bugs": {
"url": "https://github.com/RomanSuvorov/react-native-invoke-app/issues",
"email": "roma232789@gmail.com"
},
"peerDependencies": {
"react-native": "^0.41.2"
},
"homepage": "https://github.com/RomanSuvorov/react-native-invoke-app#readme",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"np": "^6.2.4"
}
}