20 lines
396 B
JSON
20 lines
396 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|