-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 897 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
{
"name": "cloudwatch-backend-for-statsd",
"version": "0.0.7",
"description": "simple cloudwatch backend for statsd",
"main": "index.js",
"scripts": {
"test": "mocha",
"prettier": "prettier --config .prettierrc --write 'index.js' './test/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ridrum/cloudwatch-backend-for-statsd.git"
},
"keywords": [
"cloudwatch",
"statsd",
"aws",
"backend"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ridrum/cloudwatch-backend-for-statsd/issues"
},
"homepage": "https://github.com/ridrum/cloudwatch-backend-for-statsd#readme",
"dependencies": {
"aws-sdk": "2.307.0",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"sinon": "^6.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.5.0",
"prettier": "^1.14.2"
}
}