-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 902 Bytes
/
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
{
"name": "nodereactionagent",
"version": "0.3.4",
"description": "NodeReaction Agent is node application performance monitoring tool",
"main": "NodeReaction.js",
"scripts": {
"start": "node NodeReaction.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retrowavelabs/nodereactionagent.git"
},
"keywords": [
"nodereaction",
"analysis",
"apm",
"async",
"deploy",
"deploying",
"deployment",
"devops",
"log",
"logging",
"monitor",
"monitoring",
"performance",
"ops",
"release"
],
"author": "Retro Wave Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/retrowavelabs/nodereactionagent/issues"
},
"homepage": "https://github.com/retrowavelabs/nodereactionagent#readme",
"dependencies": {
"node-fetch": "^2.1.1",
"uuid": "^3.2.1"
},
"devDependencies": {}
}