We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2138454 commit f3d0b0fCopy full SHA for f3d0b0f
package.json
@@ -7,12 +7,24 @@
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"keywords": [
10
- "react-native"
+ "react-native",
11
+ "android",
12
+ "ios",
13
+ "config-reader"
14
],
15
"author": "csath - chanakaathurugiriya@gmail.com",
16
"license": "MIT",
17
"peerDependencies": {
18
"react-native": "^0.41.2",
19
"react-native-windows": "0.41.0-rc.1"
- }
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/csath/react-native-config-reader.git"
24
25
+ "bugs": {
26
+ "url": "https://github.com/csath/react-native-config-reader/issues"
27
28
+ "homepage": "https://github.com/csath/react-native-config-reader#readme"
29
+}
30
}
0 commit comments