forked from ministryofjustice/moj-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
executable file
·46 lines (45 loc) · 874 Bytes
/
app.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
40
41
42
43
44
45
46
{
"name": "mojdt-frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"keywords": [
"ministry-of-justice",
"frontend",
"frontend-framework"
],
"website": "https://moj-frontend.herokuapp.com/",
"repository": "https://github.com/ministryofjustice/mojdt-frontend",
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"NODE_ENV": "development",
"PASSWORD": {
"required": true
},
"USE_AUTH": {
"required": true
},
"USE_HTTPS": {
"required": true
},
"USERNAME": {
"required": true
}
},
"engines": {
"node": "10.x",
"npm": "6.x"
},
"formation": {
"web": {
"quantity": 1
}
},
"scripts": {
},
"stack": "heroku-18"
}