From 6b64a692064350c2f8f0e82dca0153f7a2fe672a Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 17 Apr 2020 21:27:54 +0700 Subject: [PATCH] add package --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..096a462 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "hello-cubetiq", + "version": "1.0.0", + "description": "Just Hello from CUBETIQ", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.cubetiqs.com/CUBETIQ/hello-cubetiq.git" + }, + "keywords": [ + "hello", + "cubetiq" + ], + "author": "Sambo Chea", + "license": "ISC" +}