-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.49 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
59
60
61
62
63
64
{
"name": "statful-collector-aws",
"version": "1.2.1",
"description": "AWS Cloudwatch collector for Statful",
"engines": {
"node": ">=4.6.0",
"npm": ">=3.8.0"
},
"scripts": {
"build": "npm run test && node_modules/.bin/gulp build",
"test": "eslint 'src' --color --ext .js && babel-node test/run.js"
},
"main": "index.js",
"bin": {
"statful-collector-aws": "./bin/statful-collector-aws"
},
"author": {
"name": "Mindera - Software Craft"
},
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"eslint": "^5.12.0",
"expect": "^24.8.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.3",
"jasmine": "^3.3.1",
"netmask": ">=2.0.1",
"proxyquire": "^2.1.0"
},
"dependencies": {
"async": "^2.0.1",
"aws-sdk": "^2.384.0",
"axios": "^0.21.1",
"babel-polyfill": "^6.6.1",
"bluebird": "^3.5.3",
"bunyan": "^1.8.1",
"findup-sync": "^4.0.0",
"fs-extra": "^0.30.0",
"jsonschema": "^1.1.0",
"lodash": "^4.17.14",
"pm2": "^4.5.5",
"statful-client": "~6.1.1",
"yargs": "^15.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/statful/statful-collector-aws.git"
},
"keywords": [
"aws",
"cloudwatch",
"collector",
"statful",
"metrics"
]
}