From 6ff0bfa9b6e934350b459b9e55b40f3dd404bdc1 Mon Sep 17 00:00:00 2001 From: yoichi kobayashi Date: Tue, 4 Oct 2016 00:40:20 +0900 Subject: [PATCH] [add] default package.json. --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..705e1d6 --- /dev/null +++ b/package.json @@ -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" +}