-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
32 lines (32 loc) · 820 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
{
"name": "react-native-template-components",
"title": "A beautiful template for React Native.",
"version": "2.1.0",
"description": "A beautiful template for React Native.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoaphantn7604/react-native-template-components.git",
"baseUrl": "https://github.com/hoaphantn7604/react-native-template-components"
},
"keywords": [
"react-native",
"elements",
"components",
"template",
"boilerplate",
"uikit",
"typescript",
"redux-toolkit",
"redux-saga"
],
"author": {
"name": "Hoa Phan",
"email": "hoaphantn7604@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md"
}