-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 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
{
"name": "com.stansassets.plugins-dev-kit",
"displayName": "Stans Assets - Plugin Dev Kit",
"version": "1.0.29",
"unity": "2018.4",
"description": "Plugins Development Kit",
"dependencies": {
"com.stansassets.foundation": "1.0.27"
},
"keywords": [
"plugins",
"packages",
"sdk"
],
"license": "MIT",
"author": {
"name": "Stan's Assets",
"email": "stan@stansassets.com",
"url": "https://stansassets.com/"
},
"homepage": "https://api.stansassets.com/",
"bugs": {
"url": "https://github.com/StansAssets/com.stansassets.plugins-dev-kit/issues",
"email": "support@stansassets.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:StansAssets/com.stansassets.plugins-dev-kit.git"
}
}