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{
"name": "@rh389/rn-xcode-git-version",
"version": "0.4.0",
"description": "Sets version in Info.plist based on git tag",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rh389/rn-xcode-git-version.git"
},
"keywords": [
"xcode",
"react-native",
"git",
"tag",
"version"
],
"author": "Rob Hogan <roberthogan@blueyonder.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rh389/rn-xcode-git-version/issues"
},
"homepage": "https://github.com/rh389/rn-xcode-git-version#readme"
}