-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 837 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
{
"name": "react-native-responsive-dimention",
"version": "1.0.1",
"description": "A utility library for responsive design in React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"keywords": [
"react-native",
"responsive",
"scaling",
"dimensions",
"fonts"
],
"author": "Babar Bilal",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "https://github.com/babarbilal303/react-native-responsive-dimention.git"
},
"bugs": {
"url": "https://github.com/babarbilal303/react-native-responsive-dimention/issues"
},
"homepage": "https://github.com/babarbilal303/react-native-responsive-dimention#readme"
}