react-native-config/package.json
Fabrizio Moscon 671b787e52 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
2016-06-29 19:54:46 +01:00

21 lines
527 B
JSON

{
"name": "react-native-config",
"version": "0.0.6",
"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/",
"ios/",
"index.js"
],
"license": "MIT"
}