-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
34 lines (34 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-size-matters",
"version": "0.4.2",
"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"
}
}