Add more tech stack metadata to the properties files

This commit is contained in:
Jason Freeberg
2021-10-27 12:20:29 -07:00
parent 3893e3d7c8
commit e176cd52cd
4 changed files with 3 additions and 3 deletions
@@ -3,5 +3,5 @@
"description": "Build a Java project and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Java"]
"categories": ["Deployment", "Java", "Maven"]
}
@@ -3,5 +3,5 @@
"description": "Build a Node.js project and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Node"]
"categories": ["Deployment", "Javascript", "Typescript", "npm"]
}
@@ -3,5 +3,5 @@
"description": "Build a Python app and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Python"]
"categories": ["Deployment", "Python", "Django", "Flask", "Pip"]
}