forked from adinhodovic/terraform-cloudflare-maintenance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 771 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
{
"name": "terraform-cloudflare-maintenance",
"version": "0.6.0",
"description": "Terraform module to create a responsive **Maintenance Page** using Cloudflare Workers.",
"main": "maintenance.js",
"directories": {
"example": "examples"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adinhodovic/terraform-cloudflare-maintenance.git"
},
"author": "Adin Hodovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/adinhodovic/terraform-cloudflare-maintenance/issues"
},
"homepage": "https://github.com/adinhodovic/terraform-cloudflare-maintenance#readme"
}