-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.27 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
35
36
37
38
39
{
"name": "com.newrelic.agent",
"version": "1.4.2",
"displayName": "NewRelic SDK",
"description": "NewRelic's Unity SDK lets you bring the deep, introspective and native debugging power of NewRelic into your Unity game or application.",
"unity": "2019.1",
"unityRelease": "0f2",
"documentationUrl": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-unity/monitor-your-unity-application/",
"changelogUrl": "https://github.com/newrelic/newrelic-unity-agent/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/newrelic/newrelic-unity-agent/blob/main/LICENSE",
"keywords": [
"newrelic",
"anr",
"crashes",
"bugs",
"network monitoring",
"handle exceptions",
"games",
"mobile games"
],
"author": {
"name": "NewRelic",
"email": "[email protected]",
"url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-unity/monitor-your-unity-application/"
},
"hideInEditor": false,
"type": "library",
"samples": [
{
"displayName": "Demo",
"description": "Demos to help users get started using the NewRelic SDK",
"path": "Samples/Demo"
}
],
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.mono-cecil": "1.10.2"
}
}