-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
37 lines (37 loc) · 933 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
36
37
{
"name": "react-native-config-reader",
"version": "5.0.0",
"description": "Simply access Android build configs and iOS info.plist values in JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"ios",
"config-reader"
],
"author": {
"name": "Chanaka Athurugiriya",
"email": "[email protected]"
},
"contributors": [
{
"name": "John Lianoglou",
"email": "[email protected]"
}
],
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.60"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csath/react-native-config-reader.git"
},
"bugs": {
"url": "https://github.com/csath/react-native-config-reader/issues"
},
"homepage": "https://github.com/csath/react-native-config-reader#readme"
}