[add] default package.json.
This commit is contained in:
parent
25fa12d68e
commit
6ff0bfa9b6
15
package.json
Normal file
15
package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "glsl-convert-color",
|
||||
"version": "1.0.0",
|
||||
"description": "this is the function that convetts RGB to HSV. or is its opposite.",
|
||||
"author": {
|
||||
"name": "yoichi kobayashi",
|
||||
"url": "http://www.tplh.net/"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ykob/glsl-convert-color.git"
|
||||
},
|
||||
"private": "true"
|
||||
}
|
Loading…
Reference in New Issue
Block a user