-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 828 Bytes
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-useful-screens",
"version": "0.0.5",
"description": "Set of screen boilerplates for React Native",
"private": false,
"main": "index.js",
"keywords": [
"react-native",
"react-native-component",
"react",
"ui",
"screen",
"navigation"
],
"author": {
"name": "Dmitriy Nikolenko",
"email": "dmitriynikolenko@gmail.com"
},
"homepage": "https://github.com/DmitriyNikolenko/react-native-useful-screens",
"bugs": {
"url": "https://github.com/DmitriyNikolenko/react-native-useful-screens/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/DmitriyNikolenko/react-native-useful-screens.git"
},
"license": "MIT",
"scripts": {},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.50",
"prop-types": ">=15.6.1"
}
}