-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
33 lines (33 loc) · 1000 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
{
"name": "aws-lambda-edge-basic-auth-terraform",
"version": "0.0.0",
"description": "A Terraform module that creates AWS Lambda@Edge resources to perform Basic Authentication",
"scripts": {
"build": "npx gulp",
"clean": "npx gulp clean",
"test": "npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/builtinnya/aws-lambda-edge-basic-auth-terraform.git"
},
"author": "Naoto Yokoyama <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/builtinnya/aws-lambda-edge-basic-auth-terraform/issues"
},
"homepage": "https://github.com/builtinnya/aws-lambda-edge-basic-auth-terraform#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"sinon": "^7.2.3"
}
}