UNPKG

784 BJSONView Raw
1{
2 "name": "react-native-status-bar-height",
3 "version": "2.6.0",
4 "description": "Get status bar height for React Native App",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1",
9 "tsc": "tsc"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/ovr/react-native-status-bar-height.git"
14 },
15 "keywords": [
16 "react-native"
17 ],
18 "author": "Dmitry Patsura <talk@dmtry.me>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/ovr/react-native-status-bar-height/issues"
22 },
23 "homepage": "https://github.com/ovr/react-native-status-bar-height#readme",
24 "devDependencies": {
25 "flow-bin": "^0.104",
26 "react-native": "^0.60.4",
27 "typescript": "^3.3.3333"
28 }
29}