forked from remobile/react-native-battery-status
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 772 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
{
"name": "react-native-battery-stats",
"version": "1.0.3",
"description": "A battery-status for react-native",
"main": "index.js",
"author": {
"name": "Oussama El Bacha",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"battery",
"status",
"change",
"remobile",
"mobile"
],
"homepage": "https://github.com/odinvt/react-native-battery-status",
"bugs": {
"url": "https://github.com/odinvt/react-native-battery-status/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/odinvt/react-native-battery-status.git"
}
}