-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
41 lines (41 loc) · 998 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
38
39
40
41
{
"author": {
"email": "[email protected]",
"name": "Joe Leonard"
},
"bugs": {
"url": "https://github.com/gijoehosaphat/react-native-keep-screen-on/issues"
},
"dependencies": {},
"description": "React Native module to selective toggle KEEP_SCREEN_ON flag.",
"devDependencies": {},
"homepage": "https://github.com/gijoehosaphat/react-native-keep-screen-on#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "gijoehosaphat",
"email": "[email protected]"
}
],
"name": "react-native-keep-screen-on",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gijoehosaphat/react-native-keep-screen-on.git"
},
"version": "1.2.0",
"keywords": [
"react-component",
"react-native",
"android"
],
"peerDependencies": {
"react-native": "*"
},
"rnpm": {
"android": {
"packageInstance": "new KeepScreenOnPackage(this)"
}
}
}