forked from LeoLucaNexsoft/react-native-file-log
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (28 loc) · 681 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
{
"name": "react-native-file-log",
"version": "1.0.3",
"description": "Write log to file for React native app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nowarzz/react-native-file-log.git"
},
"keywords": [
"react",
"native",
"react native",
"file",
"log",
"logger",
"logging"
],
"author": "tadangquynh@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeoLucaNexsoft/react-native-file-log/issues"
},
"homepage": "https://github.com/LeoLucaNexsoft/react-native-file-log#readme"
}