-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
48 lines (48 loc) · 861 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
47
48
{
"name": "emis-incident-type",
"description": "A representation of an entity which classify emergency(or disaster) from the most generalised(family) to the most specific(peril).",
"repository": "https://github.com/CodeTanzania/emis-incident-type.git",
"keywords": [
"codetanzania",
"lykmapipo",
"emis",
"emis-module",
"disaster",
"emergency",
"hazard",
"risk",
"loss",
"exposure",
"resilience",
"warning",
"assessment",
"drm",
"mitigation",
"preparedness",
"response",
"recovery",
"event",
"incident",
"nature",
"peril",
"family"
],
"addons": [
"mongolab"
],
"env":
{
"HEROKU":
{
"value": "true"
},
"NPM_CONFIG_PRODUCTION":
{
"value": "false"
},
"YARN_PRODUCTION":
{
"value": "false"
}
}
}