-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
48 lines (48 loc) · 860 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-resource",
"description": "A representation of item and it stock that may be consumed or made available in emergency(or disaster) management(or event).",
"repository": "https://github.com/CodeTanzania/emis-resource.git",
"keywords": [
"codetanzania",
"lykmapipo",
"emis",
"emis-module",
"disaster",
"emergency",
"hazard",
"risk",
"exposure",
"resilience",
"drm",
"mitigation",
"preparedness",
"response",
"recovery",
"resource",
"material",
"equipment",
"consumable",
"item",
"stock",
"adjustment"
],
"addons": [
"mongolab",
"heroku-redis"
],
"env":
{
"HEROKU":
{
"value": "true"
},
"NPM_CONFIG_PRODUCTION":
{
"value": "false"
},
"YARN_PRODUCTION":
{
"value": "false"
}
}
}