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.
zglaszansko-web/package.json

19 lines
440 B
JSON

4 years ago
{
"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": {
4 years ago
"start": "parcel src/index.html"
4 years ago
},
"repository": {
"type": "git",
"url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git"
},
"author": "foki",
4 years ago
"license": "ISC",
"dependencies": {
"parcel-bundler": "^1.12.4"
}
4 years ago
}