forked from allproxy/json-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 755 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": "json-log-viewer",
"version": "3.53.11",
"description": "JSON Log Viewer",
"keywords": [
"json",
"logging",
"json-log"
],
"main": "index.js",
"scripts": {
"start": "ALLPROXY_DATA_DIR=$HOME/.jlogviewer node ./index.js && cd ./node_modules/allproxy && ALLPROXY_APP=jlogviewer ALLPROXY_DATA_DIR=$HOME/.jlogviewer node ./headless.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allproxy/json-log-viewer.git"
},
"author": "Dave Christenson",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/allproxy/json-log-viewer/issues"
},
"homepage": "https://github.com/allproxy/json-log-viewer#readme",
"dependencies": {
"allproxy": "^3.53.6"
}
}