From 21bb70df049fc82bfcd929244361689775d7b343 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 3 Jan 2021 20:29:05 +0100 Subject: [PATCH] npm init --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c7054de --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "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": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git" + }, + "author": "foki", + "license": "ISC" +}