-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
28 lines (28 loc) · 870 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
{
"name": "BEYOND Instore Checkout",
"description": "Checkout application for BEYOND Instore",
"website": "https://instore.beyondshop.cloud/",
"repository": "https://github.com/ePages-de/beyond-instore-checkout",
"logo": "https://raw.githubusercontent.com/ePages-de/beyond-instore-checkout/master/public/apple-touch-icon.png?raw=true",
"keywords": [
"vuejs",
"beyond",
"instore",
"rest-api"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"NPM_CONFIG_PRODUCTION": {
"value": "false",
"description": "Only install `dependencies`, but not `devDependencies`"
},
"YARN_PRODUCTION": {
"value": "false",
"description": "Only install `dependencies`, but not `devDependencies`"
}
}
}