-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 602 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.yasirkula.simplefilebrowser",
"displayName": "Simple File Browser",
"version": "1.7.7",
"author": {
"name": "yasirkula",
"email": "yasirkula@gmail.com",
"url": "https://github.com/yasirkula"
},
"documentationUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser",
"changelogUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser/releases",
"licensesUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser/blob/master/LICENSE.txt",
"description": "This plugin helps you show save/load dialogs during gameplay with its uGUI based file browser."
}