You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
440 B
JSON
19 lines
440 B
JSON
{
|
|
"name": "zglaszansko-web",
|
|
"version": "0.1.0",
|
|
"description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel src/index.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git"
|
|
},
|
|
"author": "foki",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|