-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 966 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "juttle-cloudwatch-adapter",
"version": "0.4.0",
"description": "Juttle adapter for Amazon CloudWatch",
"keywords": [
"juttle",
"adapter",
"aws",
"cloudwatch"
],
"homepage": "https://github.com/juttle/juttle-cloudwatch-adapter",
"bugs": "https://github.com/juttle/juttle-cloudwatch-adapter/issues",
"license": "Apache-2.0",
"main": "index.js",
"repository": "juttle/juttle-cloudwatch-adapter",
"scripts": {
"test": "gulp test",
"lint": "gulp lint"
},
"dependencies": {
"aws-sdk": "^2.2.8",
"diff": "^2.2.1",
"bluebird": "^3.0.5",
"moment": "^2.10.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.1",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.2",
"mocha": "^2.3.4"
},
"juttleAdapterAPI": "^0.7.0",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
}
}