forked from StansAssets/com.stansassets.foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 827 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
{
"name": "com.stansassets.foundation",
"displayName": "Stans Assets - Foundation",
"version": "1.0.27",
"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" : "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:StansAssets/com.stansassets.foundation.git"
},
"license": "MIT",
"author": {
"name": "Stan's Assets",
"email": "[email protected]",
"url": "https://stansassets.com/"
}
}