forked from jdallen-a10/a10-fluent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 702 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
{
"name": "a10-fluentd",
"version": "0.1.1",
"description": "An A10 Thunder device to fluentd proxy",
"author": "John D. Allen <jallen@a10networks.com>",
"main": "fluentproxy.js",
"keywords": [
"fluentd",
"Node.JS",
"A10 Networks"
],
"repository": {
"type": "git",
"url": "https://github.com/john-a10/a10-fluent.git"
},
"scripts": {
"test": "",
"devrun": "nodemon ./fluentproxy.js",
"start": "node ./fluentproxy.js"
},
"dependencies": {
"fluent-logger": "^3.4.1",
"syslog-server": "^1.0.1"
},
"devDependencies": {
"nodemon": ""
},
"license": "MIT"
}