-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 Bytes
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
{
"name": "com.litefeel.openfileswithdefaultapp",
"displayName": "OpenFilesWithDefaultApp",
"version": "1.5.1",
"unity": "2019.1",
"description": "Open Files With Default App is just perfect Unity asset plugin to open file with system default Application.",
"keywords": [
"Editor",
"Open",
"File",
"Default",
"Application"
],
"author": {
"name": "litefeel",
"email": "litefeel@gmial.com",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"type": "tool",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/litefeel/OpenFileWithDefaultApp.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/litefeel/OpenFileWithDefaultApp/issues"
},
"homepage": "https://github.com/litefeel/OpenFileWithDefaultApp#readme"
}