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" +}