-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 924 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
{
"name": "elastic-beanstalk.js",
"version": "1.0.1",
"description": "Utilities to deploy packages to AWS Elastic Beanstalk",
"main": "elastic-beanstalk.js",
"repository": {
"type": "git",
"url": "https://github.com/jsebfranck/elastic-beanstalk.js.git"
},
"keywords": [
"AWS",
"Elastic Beanstalk"
],
"author": "Jean-Sébastien FRANCK",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsebfranck/elastic-beanstalk.js/issues"
},
"homepage": "https://github.com/jsebfranck/elastic-beanstalk.js",
"dependencies": {
"aws-sdk": "^2.1.8",
"chai": "^1.10.0",
"q": "^1.1.2",
"request": "^2.53.0",
"winston": "^0.9.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"jscoverage": "^0.5.9",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"nock": "^0.59.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
}
}