-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 977 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 977 Bytes
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
{
"name": "cometaws",
"version": "0.1.0",
"description": "Simple AWS toolchain",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cometcult/cometaws.git"
},
"keywords": [
"aws",
"deploy",
"ci"
],
"engines": {
"node": ">=4.0.0"
},
"bin": {
"cometshipit": "./bin/cometshipit"
},
"author": "Even André Fiskvik",
"license": "ISC",
"bugs": {
"url": "https://github.com/cometcult/cometaws/issues"
},
"homepage": "https://github.com/cometcult/cometaws#readme",
"dependencies": {
"aws-sdk": "^2.2.5",
"bluebird": "^2.10.1",
"chalk": "^1.1.1",
"interpret": "^0.6.6",
"liftoff": "^2.2.0",
"minimist": "^1.2.0",
"shipit-cli": "^1.3.0",
"v8flags": "^2.0.10"
},
"devDependencies": {
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.1",
"gulp-jasmine": "^2.1.0",
"gulp-tap": "^0.1.3"
}
}