add package

This commit is contained in:
Sambo Chea 2020-04-17 21:27:54 +07:00
commit 6b64a69206

19
package.json Normal file
View File

@ -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"
}