-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 Bytes
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
{
"name": "agw-lambda-proxy",
"version": "1.0.5",
"description": "AWS API Gateway Lambda Proxy Integration module",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test",
"pretest": "npm run lint",
"test": "mocha"
},
"author": "Olli Vättö <olli.vatto@me.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ovatto/agw-lambda-proxy"
}
}