-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 942 Bytes
/
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
35
36
{
"name": "singular-unity-package",
"version": "5.3.1",
"displayName": "Singular",
"description": "Singular Unity Package",
"type": "library",
"homepage": "https://www.singular.net",
"license": "MIT",
"author":
{
"name": "Singular Labs",
"url": "https://github.com/singular-labs/Singular-Unity-SDK"
},
"unity": "2019.4",
"dependencies":
{
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"repository":
{
"type": "git",
"url": "https://github.com/singular-labs/Singular-Unity-SDK.git"
},
"keywords":
[
"Singular",
"Analytics",
"User Engagement",
"Mobile",
"Attribution",
"Tracking",
"Advertising"
],
"changelogUrl": "https://support.singular.net/hc/en-us/articles/360040639152",
"documentationUrl": "https://support.singular.net/hc/en-us/articles/360037635452"
}