forked from voximplant/react-native-foreground-service
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 665 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 665 Bytes
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
{
"name": "@voximplant/react-native-foreground-service",
"version": "3.0.2",
"description": "React native module to start foreground service on android",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/voximplant/react-native-foreground-service.git"
},
"keywords": [
"react-native",
"foreground",
"service",
"android",
"voximplant"
],
"author": "Zingaya Inc. <info@voximplant.com> (https://voximplant.com)",
"license": "MIT",
"homepage": "https://github.com/voximplant/react-native-foreground-service",
"peerDependencies": {
"react-native": ">= 0.41.2"
}
}