-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.78 KB
/
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
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
{
"generatorVersion": "0.2.21",
"name": "conan-aws-api-gateway",
"version": "0.0.1",
"description": "Conan: The Deployer plugin for the Api Gateway service of the AWS provider.",
"main": "es5/lib/conanAwsApiGatewayPlugin.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/FreeAllMedia/conan-aws-api-gateway.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": "[email protected]"
},
{
"name": "dcrockwell",
"email": "[email protected]"
},
{
"name": "paulgoggin",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FreeAllMedia/conan-aws-api-gateway/issues"
},
"homepage": "https://github.com/FreeAllMedia/conan-aws-api-gateway",
"dependencies": {
"aws-sdk": "^2.2.24",
"flowsync": "^0.1.12",
"hacher": "^0.1.4",
"jargon": "^0.1.22"
},
"devDependencies": {
"babel": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.0.0",
"compare-version": "^0.1.2",
"conan": "0.0.17",
"coveralls": "^2.11.2",
"eslint": "^1.10.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^0.11.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"stream-buffers": "^3.0.0",
"superstack": "0.0.4"
}
}