-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 898 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": "aws-cost-explorer",
"version": "0.1.3",
"description": "Simple AWS Cost Explorer API Implementation",
"main": "index.js",
"dependencies": {
"aws-sdk": "2.166.0",
"config": "^1.28.1",
"moment": "^2.19.3",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dnavarrom/aws-cost-explorer.git"
},
"keywords": [
"AWS",
"AWS Cost Explorer",
"aws-cost-explorer",
"CostExplorer",
"Cost",
"Explorer",
"Costs"
],
"author": "Diego Navarro M",
"license": "MIT",
"bugs": {
"url": "https://github.com/dnavarrom/aws-cost-explorer/issues"
},
"homepage": "https://github.com/dnavarrom/aws-cost-explorer#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}