From 340c1d9a532f2e60772c7c5f4c4279fb6028fc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Sat, 18 Mar 2017 16:29:30 +0100 Subject: [PATCH] [TASK] Add required information into package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index caa6d5c..288b031 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,13 @@ { "name": "hopglass", + "license": "AGPL-3.0", + "repository": { + "type": "git", + "url": "https://github.com/hopglass/hopglass.git" + }, + "bugs": { + "url": "https://github.com/hopglass/hopglass/issues" + }, "scripts": { "test": "node -e \"require('grunt').cli()\" '' clean lint" },