Files
PrinceOfGlory/Packages/jillejr.newtonsoft.json-for-unity.converters/package.json
2026-03-03 03:15:46 +08:00

33 lines
1.6 KiB
JSON

{
"name": "jillejr.newtonsoft.json-for-unity.converters",
"displayName": "Json.NET Converters of Unity types",
"version": "1.6.3",
"unity": "2018.1",
"description": "This package contains converters to and from common Unity types for Newtonsoft.Json. Types such as Vector2, Vector3, Matrix4x4, Quaternions, Color, even ScriptableObject, and more.\n\nGoes hand in hand with the jillejr.newtonsoft.json-for-unity package.\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright © 2019 Kalle Fagerberg (jilleJr)\nhttps://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters\n\nCopyright © 2020 Wanzyee Studio\nhttp://wanzyeestudio.blogspot.com/2017/03/jsonnet-converters.html\n\nCopyright © 2007 ParentElement\nhttps://github.com/ianmacgillivray/Json-NET-for-Unity\n\nCopyright © 2017 .NET Foundation and Contributors\nhttps://github.com/dotnet/runtime\n\nSee full copyrights in LICENSE.md inside package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters.git",
"directory": "Packages/Newtonsoft.Json-for-Unity.Converters"
},
"keywords": [
"json",
"json.net",
"newtonsoft",
"newtonsoft.json",
"unity",
"upm"
],
"author": "jilleJr",
"license": "MIT",
"bugs": {
"url": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters/issues"
},
"homepage": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters#readme",
"category": "Utility",
"type": "library"
}