forked from HenrikPoulsen/SimpleJSON
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 751 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "com.gameframe.simplejson",
"version": "1.0.0",
"displayName": "SimpleJSON",
"description": "A C# json reader/writer which is Unity3D compatible based on http://wiki.unity3d.com/index.php/SimpleJSON\r\nThe official Github repo for this script can be found at https://github.com/Bunny83/SimpleJSON/blob/master/SimpleJSON.cs\r\nOriginal improvements from https://github.com/HenrikPoulsen/SimpleJSON\r\nThis repository is a fork that has been updated for direct import with the Unity PackageManager.",
"repositoryName": "SimpleJSON",
"author": {
"name": "Cory Leach",
"email": "cory.leach@gmail.com",
"url": "https://github.com/coryleach",
"github": "coryleach",
"twitter": "coryleach"
},
"type": "library"
}