|
|
|
@ -4,12 +4,15 @@
|
|
|
|
|
"description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
"start": "parcel src/index.html"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "foki",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"parcel-bundler": "^1.12.4"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|