forked from c19354837/react-native-system-setting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1020 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1020 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
26
27
28
29
30
31
32
33
34
35
{
"name": "react-native-system-setting-ts",
"version": "1.7.8",
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
"main": "SystemSetting.js",
"types": "SystemSetting.d.ts",
"homepage": "https://github.com/c19354837/react-native-system-setting-ts",
"bugs": {
"url": "https://github.com/c19354837/react-native-system-setting-ts/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"system",
"setting",
"volume",
"wifi",
"brightness",
"location",
"bluetooth",
"airplane"
],
"author": {
"name": "Trunksys",
"email": "office@trunk-studio.com",
"url": "https://trunk-studio.com"
},
"repository": {
"type": "git",
"url": "https://github.com/trunk-studio/react-native-system-setting-ts.git"
},
"license": "MIT"
}