-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 KB
/
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
42
43
44
45
46
47
{
"name": "@martimalek/react-native-bars-colors",
"title": "React Native Bars Colors",
"version": "1.0.1",
"description": "Small react-native library to control the color of both the status bar and the navigation bar in Android.",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"ios",
"react-native-bars-colors.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martimalek/react-native-bars-colors.git",
"baseUrl": "https://github.com/martimalek/react-native-bars-colors"
},
"keywords": [
"react-native",
"android",
"design",
"colors"
],
"author": {
"name": "martimalek",
"email": "martimalekdot@hotmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}