-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 970 Bytes
/
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
{
"name": "com.calci.projectbuilder",
"version": "1.2.4",
"displayName": "Project Builder",
"description": "This package helps to build binary in various configuration.",
"unity": "2019.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/seonghwan-dev/Project-Builder/wiki",
"changelogUrl": "https://github.com/seonghwan-dev/Project-Builder/blob/main/CHANGELOG.md",
"licenseUrl": "https://github.com/seonghwan-dev/Project-Builder/blob/main/LICENSE",
"author": {
"name": "Seonghwan",
"email": "[email protected]",
"url": "https://github.com/seonghwan-dev"
},
"homepage": "https://github.com/seonghwan-dev/Project-Builder",
"bugs": {
"url": "https://github.com/seonghwan-dev/Project-Builder/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:seonghwan-dev/Project-Builder.git"
},
"license": "MIT",
"keywords": [
"shadergraph",
"shortcut",
"utility",
"unity"
]
}