From 7901b873339481cf4b32303c0a75f6fe92e8f583 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 24 Jun 2015 10:02:14 +0200 Subject: [PATCH] node 0.12.5 package format --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d9a1a4b2..38752212 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,11 @@ "Github" ], "author": "Kaleidos OpenSource SL", - "licenses": [ - { - "type": "AGPL-3.0", - "url": "https://github.com/taigaio/taiga-front/blob/master/LICENSE" - } - ], + "license": "AGPL-3.0", + "repository": { + "type":"git", + "url":"https://github.com/taigaio/taiga-front.git" + }, "scripts": { "scss-lint": "gulp scss-lint --fail", "test": "./node_modules/karma/bin/karma start"