-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.hypergnosys.firebase-integration",
"version": "1.0.0",
"displayName": "HGFirebaseIntegration",
"description": "Recursos para facilitar la implementación de Firebase",
"unity": "2020.3",
"unityRelease": "11f1",
"documentationUrl": "https://github.com/Rahgnoruk/HGFirebaseIntegration",
"changelogUrl": "https://github.com/Rahgnoruk/HGFirebaseIntegration",
"licensesUrl": "https://github.com/Rahgnoruk/HGFirebaseIntegration",
"keywords": [
"HyperGnosys",
"Firebase",
"Firebase Unity SDK"
],
"author": {
"name": "Sergio Raimond",
"email": "sergio.raimond@hypergnosys.com",
"url": "https://www.hypergnosys.com"
},
"dependencies": {
}
}