forked from logdna/logdna-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "logdna-agent",
"version": "1.5.6",
"description": "LogDNA Collector Agent",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/logdna/logdna-agent.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/logdna/logdna-agent/issues"
},
"homepage": "https://github.com/logdna/logdna-agent",
"dependencies": {
"agentkeepalive": "^2.1.1",
"async": "^1.5.2",
"bluebird": "^3.5.3",
"commander": "^2.8.1",
"debug": "^2.2.0",
"file-queue": "^0.2.1",
"getos": "^2.4.0",
"glob": "^7.0.3",
"https-proxy-agent": "^2.1.0",
"is-administrator": "^1.0.1",
"macaddress": "^0.2.8",
"properties": "^1.2.1",
"request": "^2.71.0",
"ws": "^7.0.0"
},
"optionalDependencies": {
"node-windows": "^0.1.11"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-curl": "^2.2.0",
"grunt-eslint": "^20.0.0",
"grunt-exec": "^0.4.6",
"grunt-line-remover": "0.0.2",
"grunt-mocha-cli": "^4.0.0",
"grunt-zip": "^0.17.1",
"guid": "0.0.12",
"load-grunt-tasks": "^3.4.0",
"mock-socket": "git+https://[email protected]/sedouard/mock-socket.git",
"mockery": "^1.4.0",
"require-uncached": "^1.0.2",
"rimraf": "^2.5.2",
"skeemas": "^1.2.2"
}
}