forked from justinram11/serverless-aws-batch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 880 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
{
"name": "@cellense/serverless-aws-batch",
"version": "1.0.1",
"description": "Serverless Framework Plugin for interacting with AWS Batch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonobe/serverless-aws-batch.git"
},
"keywords": [
"serverless",
"aws",
"batch",
"python"
],
"author": "Simon Obetko",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonobe/serverless-aws-batch/issues"
},
"homepage": "https://github.com/simonobe/serverless-aws-batch#readme",
"dependencies": {
"bluebird": "^3.5.3",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.1",
"jszip": "^3.2.1",
"lodash": "^4.17.13",
"serverless": "^1.42.3"
},
"devDependencies": {
"aws-sdk": "^2.471.0"
}
}