commit 6b64a692064350c2f8f0e82dca0153f7a2fe672a Author: Sambo Chea Date: Fri Apr 17 21:27:54 2020 +0700 add package 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" +}