forked from hyj1991/easy-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.1 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
{
"name": "easy-monitor",
"version": "2.2.7",
"description": "a node.js performance analysis tool",
"main": "index.js",
"scripts": {
"test": "egg-bin test",
"cov": "egg-bin cov"
},
"repository": {
"type": "git",
"url": "https://github.com/hyj1991/easy-monitor.git"
},
"keywords": [
"nodejs",
"monitor",
"cpu",
"memory",
"performance"
],
"author": "https://github.com/hyj1991",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyj1991/easy-monitor/issues"
},
"homepage": "https://github.com/hyj1991/easy-monitor#readme",
"files": [
"src_logic",
"dispatch.js",
"index.js",
"LICENSE",
"README.md"
],
"devDependencies": {
"egg-bin": "^3.7.0"
},
"dependencies": {
"JSONStream": "^1.3.1",
"basic-auth": "^1.1.0",
"body-parser": "^1.17.2",
"co": "^4.6.0",
"colors": "^1.1.2",
"compression": "^1.6.2",
"ejs": "^2.5.6",
"express": "^4.15.3",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"pretty-bytes": "^4.0.2",
"serve-favicon": "^2.4.3",
"v8-profiler-node8": "^6.0.1"
}
}