forked from salesforce-ux/design-system-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
26 lines (26 loc) · 757 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
{
"name": "Design System Starter Kit",
"description": "A rapid prototyping environment using the Salesforce Lightning Design System.",
"keywords": [
"salesforce",
"design-system"
],
"website": "https://github.com/salesforce-ux/design-system-starter-kit",
"repository": "https://github.com/salesforce-ux/design-system-starter-kit",
"logo": "https://starter-kit-demo.herokuapp.com/assets/logo.svg",
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"USERNAME": {
"description": "Username for basic authentication protection (optional)",
"required": false
},
"PASSWORD": {
"description": "Password for basic authentication protection (optional)",
"required": false
}
}
}