-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
39 lines (39 loc) · 930 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
38
39
{
"name": "serverless-serve",
"version": "1.7.2",
"engines": {
"node": ">=4.0"
},
"description": "Local lambda HTTP serve plugin for Serverless framework, a.k.a. API Gateway simulator.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nopik/serverless-serve.git"
},
"keywords": [
"serverless",
"serverless plugins",
"api gateway",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"serverless.com"
],
"author": "Kamil Burzynski",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nopik/serverless-serve/issues"
},
"homepage": "https://github.com/Nopik/serverless-serve#readme",
"dependencies": {
"babel-register": "^6.5.2",
"bluebird": "^3.0.6",
"body-parser": "^1.14.1",
"express": "^4.13.3"
}
}