-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1006 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
{
"name": "eb-deploy",
"version": "0.6.2",
"description": "Deploy Elastic Beanstalk projects from the command line",
"main": "./dist/lib/index.js",
"bin": {
"eb-deploy": "./bin/eb-deploy"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Hallam",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"elastic-beanstalk.js": "^1.0.1",
"git-rev": "^0.2.1",
"q": "^1.4.1",
"root-require": "^0.3.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhallam/eb-deploy.git"
},
"keywords": [
"elastic",
"beanstalk",
"cli"
],
"bugs": {
"url": "https://github.com/tomhallam/eb-deploy/issues"
},
"homepage": "https://github.com/tomhallam/eb-deploy#readme"
}