-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 712 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.zigurous.materials.colors",
"version": "1.0.3",
"displayName": "Color Materials",
"description": "The Color Materials package provides Unity materials representing nearly 300 common colors including the color wheel, grayscale colors, data visualization colors, all named HTML colors, and more.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-color-materials",
"keywords": [
"color",
"colors",
"materials",
"data visualization",
"grayscale"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "support@zigurous.com",
"url": "https://zigurous.com"
}
}