forked from dherault/serverless-offline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.63 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.63 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
{
"name": "serverless-offline",
"version": "2.8.2",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dherault/serverless-offline.git"
},
"keywords": [
"Serverless",
"Lambda",
"Amazon Web Services",
"AWS",
"APIG",
"API Gateway",
"Velocity"
],
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
"contributors": [
"Kiryl Yermakou (https://github.com/rma4ok)",
"Andrei Popovici (https://github.com/andreipopovici)",
"DJCrabhat (https://github.com/djcrabhat)",
"Martin Micunda (https://github.com/martinmicunda)",
"Andre Rabold (https://github.com/arabold)",
"John McKim (https://github.com/johncmckim)",
"Russell Schick (https://github.com/rschick)",
"Cameron Cooper (https://github.com/cameroncooper)",
"Piotr Gasiorowski (https://github.com/WooDzu)",
"Norimitsu Yamashita (https://github.com/nori3tsu)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/serverless-offline/issues"
},
"homepage": "https://github.com/dherault/serverless-offline",
"dependencies": {
"babel-register": "^6.11.6",
"boom": "^3.2.2",
"coffee-script": "^1.10.0",
"hapi": "14.1.0",
"js-string-escape": "^1.0.1",
"jsonpath-plus": "^0.15.0",
"lodash.isplainobject": "^4.0.5",
"velocityjs": "^0.8.5"
},
"devDependencies": {
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0"
}
}