-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 1.99 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 1.99 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"generatorVersion": "0.2.21",
"name": "conan-aws-lambda",
"version": "0.0.13",
"description": "AWS Lambda plugin for Conan: The Deployer.",
"main": "es5/lib/conanAwsLambdaPlugin.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/FreeAllMedia/conan-aws-lambda.git"
},
"keywords": [
"conan",
"aws",
"lambda",
"deploy",
"deployment",
"deployer",
"serverless",
"api",
"gateway",
"amazon",
"web",
"services",
"aurora",
"dynamodb"
],
"author": "Free All Media, LLC",
"contributors": [
{
"name": "nicosommi",
"email": "nicosommi@gmail.com"
},
{
"name": "dcrockwell",
"email": "dcautomates@gmail.com"
},
{
"name": "paulgoggin",
"email": "pgoggin@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FreeAllMedia/conan-aws-lambda/issues"
},
"homepage": "https://github.com/FreeAllMedia/conan-aws-lambda",
"dependencies": {
"akiro": "0.0.3",
"archiver": "^0.21.0",
"aws-sdk": "^2.2.24",
"conan": "0.0.24",
"flowsync": "^0.1.12",
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"graceful-fs": "^4.1.3",
"hacher": "^0.1.4",
"jargon": "^0.1.22",
"temp": "^0.8.3",
"unzip2": "^0.2.5"
},
"devDependencies": {
"babel": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.0.0",
"compare-version": "^0.1.2",
"coveralls": "^2.11.2",
"eslint": "2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"json-stable-stringify": "^1.0.1",
"mocha": "^2.2.5",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"stream-buffers": "^3.0.0",
"superstack": "0.0.4"
}
}