-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
28 lines (28 loc) · 826 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
{
"addons": [],
"authenticationMethod": "none",
"buildpacks": [{
"url": "heroku/python"
}],
"description": "Mrsimulator app is an open-source plotly-dash python application for real-time solid-state magnetic resonance line-shape simulation.",
"env": {},
"formation": {
"web": {
"quantity": 1
}
},
"name": "mrsimulator-app",
"scripts": {},
"stack": "heroku-18",
"keywords": [
"NMR",
"magnetic resonance",
"ssNMR spectra",
"simulation",
"nuclear shielding",
"chemical shift",
"quadrupole"
],
"repository": "https://github.com/DeepanshS/mrsimulator-app",
"logo": "https://raw.githubusercontent.com/DeepanshS/mrsimulator-app/master/app/resource/mrsimulator-dark-featured.png"
}