-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "serverless-sam",
"version": "0.2.0",
"description": "Serverless framework plugin to export AWS SAM templates for a service",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SAPessi/serverless-sam.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SAPessi/serverless-sam/issues"
},
"homepage": "https://github.com/SAPessi/serverless-sam#readme",
"dependencies": {
"bluebird": "^3.5.0",
"js-yaml": "^3.8.3",
"npm": "^5.7.1",
"randomstring": "^1.1.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"download": "^6.0.0",
"fs-extra": "^3.0.0",
"mocha": "^3.3.0",
"rimraf": "^2.6.1",
"serverless": "^1.11.0"
},
"scripts": {
"test": "mocha --reporter spec --timeout 0 $(find . -name '*.test.js' -not -path './node_modules/*')"
},
"author": "Stefano Buliani (@sapessi)",
"keywords": [
"Amazon API Gateway",
"API Gateway",
"AWS",
"Lambda",
"Serverless Application Model",
"SAM",
"Deployment",
"Serverless",
"Framework",
"Plugin"
]
}