-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
54 lines (54 loc) · 1.13 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
{
"name": "aws-cloudwatch-chart",
"description": "A Node module to draw charts for AWS CloudWatch metrics",
"version": "0.1.3",
"author": {
"name": "Jeka Kiselyov",
"email": "jeka911@gmail.com",
"url": "https://github.com/jeka-kiselyov"
},
"homepage": "https://github.com/jeka-kiselyov/aws-cloudwatch-chart",
"repository": {
"type": "git",
"url": "git://github.com/jeka-kiselyov/aws-cloudwatch-chart.git"
},
"bugs": {
"url": "http://github.com/jeka-kiselyov/aws-cloudwatch-chart/issues"
},
"scripts": {
"test": "make test"
},
"main": "aws-cloudwatch-chart.js",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jeka-kiselyov/aws-cloudwatch-chart/blob/master/LICENSE"
}
],
"keywords": [
"amazon",
"aws",
"ec2",
"rds",
"cloudwatch",
"iam",
"graph",
"chart",
"statistic",
"cloud",
"statistics",
"CPU"
],
"dependencies": {
"q": "~1.4.1",
"request": "^2.55.0"
},
"optionalDependencies": {
"aws-sdk": "~2.1.30"
},
"devDependencies": {
"mocha": "~2.2.5",
"chai": "~2.3.0"
}
}