-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
58 lines (58 loc) · 1.23 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
56
57
58
{
"name": "cloudwatch2graphite",
"description": "Bring Amazon AWS Cloudwatch metrics into Graphite",
"version": "0.0.1",
"main": "list_cw_metrics.js",
"dependencies": {
"aws-sdk": "^2.1.10",
"dateformat": "^1.0.11",
"lodash": "^4.17.5",
"config": "^1.12.0",
"minimist": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache-2.0",
"maintainers": [
{
"name": "Erik Dasque",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Erik Dasque",
"email": "[email protected]"
},
{
"name": "Samuel Linclau",
"email": "[email protected]"
},
{
"name": "Jared Hirsch",
"email": "[email protected]"
},
{
"name": "Secking Tozlu",
"email": "[email protected]"
}
],
"keywords": [
"cloudwatch",
"aws",
"metrics",
"graphite",
"app",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/edasque/cloudwatch2graphite"
},
"bugs": {
"url": "https://github.com/edasque/cloudwatch2graphite/issues"
},
"homepage": "https://github.com/edasque/cloudwatch2graphite"
}