-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.02 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
{
"name": "com.dreamcode.editor.smart-importer",
"displayName": "SmartImporter",
"version": "0.8.3",
"unity": "2020.3",
"description": "Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.",
"keywords": [
"importer",
"assets importer",
"utility",
"tools",
"editor tools",
"assets",
"unitypackage",
"unity",
"dreamcode"
],
"homepage": "https://github.com/dreamcodestudio",
"bugs": {
"url": "https://github.com/dreamcodestudio",
"email": "dreamcodestudio@yandex.com"
},
"changelogUrl": "https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer/blob/main/CHANGELOG.md",
"documentationUrl": "https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer",
"license": "MIT",
"licensesUrl": "https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer/blob/main/LICENSE",
"author": {
"name": "DreamCode",
"email": "dreamcodestudio@yandex.com",
"url": "https://www.dream-code-studio.com"
}
}