-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 985 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
42
43
44
45
46
47
48
49
{
"name": "cim",
"version": "0.4.0",
"description": "Cloud Infrastructure Manager",
"main": "lib/cim.js",
"bin": {
"cim": "./bin/cim"
},
"dependencies": {
"async": "^2.1.4",
"aws-sdk": "^2.7.7",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"js-yaml": "^3.9.1",
"lodash": "^4.17.2",
"moment": "^2.19.2",
"traverse": "^0.6.6",
"yargs": "^10.0.3"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://rgfindl@github.com/thestackshack/cim.git"
},
"keywords": [
"CloudFormation",
"Lambda",
"Serverless",
"Infrastructure",
"as",
"Code",
"Stack",
"Microservices",
"ECS",
"EC2",
"Services"
],
"author": "rgfindley@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/thestackshack/cim/issues"
},
"homepage": "https://github.com/thestackshack/cim#readme",
"devDependencies": {
"mocha": "^3.5.3"
}
}