-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 KB
/
package.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
{
"author": {
"name": "Pense & Cre - Entidade Social de Educa\u00e7\u00e3o, Cultura e Tecnologia",
"email": "[email protected]",
"url": "https://www.pensecre.org"
},
"name": "org.pensecre.pacote",
"version": "0.1.13",
"displayName": "Pacote Pense & Cre",
"description": "Pacote de ferramentas da ONG Pense & Cre.\nhttps://www.pensecre.org\n\nPara come\u00e7ar, adicione PacotePenseCre.Add.Core(); no seu c\u00f3digo.",
"unity": "2019.1",
"unityRelease": "0b5",
"repository": {
"type": "git",
"url": "https://github.com/PenseCre/PacotePenseCre.git"
},
"license": "MIT",
"documentationUrl": "https://github.com/PenseCre/PacotePenseCre.git",
"keywords": [
"pacote",
"pense",
"cre"
],
"samples": [
{
"displayName": "Modelo de c\u00f3digo gerente",
"description": "Esse c\u00f3digo \u00e9 um padr\u00e3o para voc\u00ea criar uma classe para gerenciar funcionalidade no seu projeto.",
"path": "Samples~/PacotePenseCre/Scripts"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
}
}