forked from camitz/aws-cloudwatch-statsd-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 798 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
{
"author": "Martin Camitz<[email protected]>",
"description": "A backend for StatsD to emit stats to Amazon's AWS CloudWatch.",
"name": "aws-cloudwatch-statsd-backend",
"version": "1.2.0",
"main": "lib/aws-cloudwatch-statsd-backend.js",
"dependencies": {
"fmt": "~0.4",
"awssum": "~0.10",
"underscore": "1.4.3",
"combinations": "0.1.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/camitz/aws-cloudwatch-statsd-backend.git"
},
"keywords": [
"statsd",
"cloudwatch",
"aws",
"amazon",
"cloudwatchappender"
],
"license": {"type": "MIT", "url": "https://github.com/camitz/aws-cloudwatch-statsd-backend/blob/master/LICENSE.md"}
}