generated from StansAssets/Unity-Package-Sample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.35 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
{
"name": "com.stansassets.newtonjson",
"displayName": "Stans Assets - Json.NET 12.0.1 for Unity",
"version": "12.0.101",
"unity": "2018.1",
"description": "Json.NET is a popular high-performance JSON framework for .NET\n\nThis package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright © 2019 Kalle Jillheden (jilleJr)\nhttps://github.com/jilleJr/Newtonsoft.Json-for-Unity\n\nCopyright © 2007 James Newton-King\nhttps://github.com/JamesNK/Newtonsoft.Json\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.git",
"directory": "Src/Newtonsoft.Json-for-Unity"
},
"keywords": [
"json",
"json.net",
"newtonsoft",
"newtonsoft.json",
"unity",
"upm"
],
"author": "jilleJr",
"license": "MIT",
"bugs": {
"url": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues"
},
"homepage": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity#readme",
"category": "Utility",
"dependencies": {},
"type": "library"
}