-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.08 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
33
34
{
"name": "com.egg.tinycolor",
"version": "1.1.0",
"displayName": "TinyColor",
"description": "TinyColor is a small, fast library for color manipulation and conversion.",
"unity": "2019.1",
"unityRelease": "0b5",
"documentationUrl": "https://github.com/cholushkin/TinyColor",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://github.com/cholushkin/TinyColor/blob/main/LICENSE",
"keywords": [
"color",
"palette",
"manipulation",
"tiny"
],
"author": {
"name": "Maxim Cholushkin",
"email": "[email protected]",
"url": "https://sites.google.com/view/cholushkinmaximcard/home"
},
"samples": [
{
"displayName": "Demonstration",
"description": "Demonstration application similar to https://bgrins.github.io/TinyColor/",
"path": "Samples~/Demonstration"
},
{
"displayName": "PrintAllColors",
"description": "Print all TinyColor colors to the log console",
"path": "Samples~/ExamplePrintAllColors"
}
]
}