-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 950 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
{
"name": "ecs-service",
"version": "0.2.7",
"description": "A tool for creating and updating ECS services using Cloud Formation",
"main": "index.js",
"bin": {
"ecs-service": "bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ukayani/ecs-service.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"deploy",
"deployment",
"aws",
"docker",
"ecs"
],
"author": "ukayani",
"license": "ISC",
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"jscs-stylish": "^0.3.1",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"sinon": "^1.17.0",
"supertest": "^1.1.0"
},
"dependencies": {
"assert-plus": "^0.1.5",
"aws-sdk": "^2.9.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"mz": "^2.4.0"
}
}