-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 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
30
31
32
33
34
35
36
37
{
"author": "David Ryder - David.Ryder@AppDynamics.com",
"name": "appdynamics-statsd-backend",
"description": "Push StatsD metrics to AppDynamics",
"version": "1.0.0",
"homepage": "https://github.com/APPDRYDER/AppD-StatsD-Backend",
"repository": {
"type": "git",
"url": "git://github.com/APPDRYDER/AppD-StatsD-Backend.git"
},
"license": "ISC",
"keywords": [
"AppDynamics",
"metrics",
"apm",
"statsd"
],
"engines": {
"node": ">=8.10.0"
},
"dependencies": {},
"devDependencies": {},
"main": "lib/appdynamics.js",
"files": [
"lib/appdynamics.js",
"package.json"
],
"bugs": {
"url": "https://github.com/APPDRYDER/AppD-StatsD-Backend/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}