You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
874 B

{
"name": "react-native-size-matters",
"version": "0.4.0",
"description": "A React-Native utility belt for scaling the size your apps UI across different sized devices",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nirsky/react-native-size-matters.git"
},
"keywords": [
"javascript",
"react-native",
"scaling"
],
"author": "nirsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/nirsky/react-native-size-matters/issues"
},
"homepage": "https://github.com/nirsky/react-native-size-matters#readme",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^26.6.3",
"jest": "^26.6.3"
}
}