forked from c19354837/react-native-system-setting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1004 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
{
"name": "react-native-system-setting",
"version": "1.7.6",
"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",
"bugs": {
"url": "https://github.com/c19354837/react-native-system-setting/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"system",
"setting",
"volume",
"wifi",
"brightness",
"location",
"bluetooth",
"airplane"
],
"author": {
"name": "Ninty",
"email": "[email protected]",
"url": "https://github.com/c19354837"
},
"repository": {
"type": "git",
"url": "https://github.com/c19354837/react-native-system-setting.git"
},
"license": "MIT"
}