forked from nirsky/react-native-size-matters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 901 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
35
{
"name": "react-native-size-matters",
"version": "0.3.3",
"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": "^24.6.0",
"jest": "^24.6.1",
"jest-cli": "^24.6.0"
}
}