forked from corbt/react-native-keep-awake
-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
37 lines (37 loc) · 891 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
35
36
37
{
"name": "@sayem314/react-native-keep-awake",
"version": "1.3.0",
"description": "Keep the screen from going to sleep. iOS, Android and Web.",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/sayem314/react-native-keep-awake.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/sayem314"
},
"bugs": {
"url": "https://github.com/sayem314/react-native-keep-awake/issues"
},
"homepage": "https://github.com/sayem314/react-native-keep-awake",
"keywords": [
"react-native",
"ios",
"android",
"awake",
"screen",
"lock",
"sleep"
],
"author": "Sayem Chowdhury",
"license": "MIT",
"codegenConfig": {
"name": "ReactNativeKCKeepAwakeSpec",
"type": "modules",
"jsSrcsDir": ".",
"android": {
"javaPackageName": "com.sayem.keepawake"
}
}
}