Added more info to package json

This commit is contained in:
ajackster
2016-12-10 13:18:50 -05:00
parent 05ca858d9d
commit 8080bf7c87

View File

@@ -1,6 +1,20 @@
{
"name": "react-native-global-props",
"description": "A simple javascript implementation to add custom, default props to react-native components.",
"version": "1.0.6",
"author": {
"name": "Andrew L. Jackson",
"url": "https://github.com/Ajackster"
},
"bugs": {
"url": "https://github.com/Ajackster/react-native-global-props/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Ajackster/react-native-global-props/blob/master/LICENSE"
}
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
@@ -25,5 +39,13 @@
},
"jest": {
"preset": "react-native"
}
},
"keywords": [
"global",
"props",
"font",
"style",
"components",
"react-native"
]
}