add fields to package.json

- Adding a repository field means that people finding the project on npm are able to find the github source code
- adding other fields that usually are good to have
This commit is contained in:
Fabrizio Moscon 2016-06-29 19:54:46 +01:00
parent d056272ae7
commit 671b787e52

View File

@ -4,6 +4,12 @@
"description": "Expose config variables to React Native apps",
"keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"],
"homepage": "https://github.com/luggg/react-native-config",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/luggg/react-native-config"
},
"private": false,
"author": "Pedro Belo",
"files": [
"android/",