mirror of
https://github.com/zhigang1992/react-native-global-props.git
synced 2026-01-12 22:50:26 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "react-native-global-props",
|
|
"description": "A simple javascript implementation to add custom, default props to react-native components.",
|
|
"version": "1.1.5",
|
|
"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",
|
|
"lint": "./node_modules/.bin/eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ajackster/react-native-global-props"
|
|
},
|
|
"main": "./src",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "17.0.2",
|
|
"babel-preset-react-native": "1.9.0",
|
|
"eslint": "^3.12.0",
|
|
"eslint-plugin-react": "^6.8.0",
|
|
"jest": "17.0.3",
|
|
"react-test-renderer": "15.4.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"keywords": [
|
|
"global",
|
|
"props",
|
|
"font",
|
|
"style",
|
|
"components",
|
|
"react-native"
|
|
]
|
|
}
|