26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"name": "money-controll-frontend-app",
|
|
"version": "0.0.0",
|
|
"description": "Frontend part of ksv741 MoneyControll App",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/money-control2/web/frontend.git"
|
|
},
|
|
"keywords": [
|
|
"React",
|
|
"Frontend",
|
|
"Webpack",
|
|
"ksv741"
|
|
],
|
|
"author": "Sergey <ksv741@gmail.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/money-control2/web/frontend/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/money-control2/web/frontend#readme"
|
|
}
|