-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 826 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 826 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
{
"name": "com.stansassets.foundation",
"displayName": "Stans Assets - Foundation",
"version": "2.0.1",
"unity": "2018.4",
"description": "Foundation package is a collection of utility methods, design patterns, and extensions for Unity.",
"keywords": [
"pattern",
"utility",
"unity",
"stansassets"
],
"homepage": "https://api.stansassets.com/",
"bugs": {
"url": "https://github.com/StansAssets/com.stansassets.foundation/issues",
"email" : "support@stansassets.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:StansAssets/com.stansassets.foundation.git"
},
"license": "MIT",
"author": {
"name": "Stan's Assets",
"email": "stan@stansassets.com",
"url": "https://stansassets.com/"
}
}