2020-05-05 11:38:27 +07:00
|
|
|
{
|
2020-08-23 20:51:42 +07:00
|
|
|
"name": "npm-registry-guide",
|
2020-05-05 11:38:27 +07:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "CUBETIQ NPM Registry Guide for Team Members in CUBETIQ Solution",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.cubetiqs.com/CUBETIQ/npm-registry-guide.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"NPM",
|
|
|
|
"registry",
|
|
|
|
"CUBETIQ"
|
|
|
|
],
|
|
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|