-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 894 Bytes
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
{
"name": "sia-security-information-academy",
"version": "2.0.0",
"description": "SIA: Security & Information Academy - Simulador de Segurança Cibernética com Firebase",
"main": "index.html",
"scripts": {
"dev": "firebase serve",
"build": "echo 'No build process needed for this static site'",
"deploy": "firebase deploy",
"setup": "firebase init",
"migrate": "echo 'Abra migrate-data.html no navegador para migrar dados'"
},
"keywords": [
"cybersecurity",
"education",
"quiz",
"firebase",
"security-awareness"
],
"author": "Cayque Cicarelli",
"license": "MIT",
"devDependencies": {
"firebase-tools": "^13.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NeonBrasil/CyberGuard.git"
},
"homepage": "https://github.com/NeonBrasil/CyberGuard",
"dependencies": {
"firebase": "^12.0.0"
}
}