From a7cdf90231db45dfa8d61c4ffd5eaabaf677c4de Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Fri, 14 Jan 2022 19:03:22 +0100 Subject: [PATCH] chore: initialize npm --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1a21270 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "laba-webgunea", + "version": "1.0.0", + "description": "Laba sarerako webgunea", + "main": "index.js", + "scripts": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/labasarea/laba-webgunea.git" + }, + "keywords": [ + "laba", + "webgunea", + "labasarea", + "laba.eus" + ], + "author": "Laba Sarea", + "license": "ISC", + "bugs": { + "url": "https://github.com/labasarea/laba-webgunea/issues" + }, + "homepage": "https://github.com/labasarea/laba-webgunea#readme" +}