29 строки
567 B
JSON
29 строки
567 B
JSON
{
|
|
"name": "firefox-code-coverage-frontend",
|
|
"description": "A frontend to show code coverage data",
|
|
"repository": "https://github.com/mozilla/firefox-code-coverage-frontend",
|
|
"website": "https://firefox-code-coverage.herokuapp.com",
|
|
"scripts": {
|
|
},
|
|
"env": {
|
|
"NPM_CONFIG_PRODUCTION": "false"
|
|
},
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1,
|
|
"size": "standard-1x"
|
|
}
|
|
},
|
|
"addons": [
|
|
|
|
],
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/nodejs"
|
|
},
|
|
{
|
|
"url": "https://github.com/heroku/heroku-buildpack-static"
|
|
}
|
|
]
|
|
}
|