From 129d8f703205e4c80e8b97cc448482c23ebb3484 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Sun, 26 Apr 2015 14:21:37 +0300 Subject: [PATCH] Updated package.json --- package.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8c06a081..33b0b1a2 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,21 @@ { "name": "flag-icon-css", + "author": "Panayiotis Lipiridis ", + "licenses": [ + { + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + } + ], + "repository": { + "type": "git", + "url": "http://github.com/lipis/flag-icon-css" + }, "devDependencies": { "grunt": "0.4.x", - "grunt-contrib-less": "0.6.x", - "grunt-contrib-cssmin": "0.5.x", - "grunt-contrib-watch": "0.5.x", - "grunt-contrib-connect": "0.3.x" + "grunt-contrib-less": "1.0.x", + "grunt-contrib-cssmin": "0.12.x", + "grunt-contrib-watch": "0.6.x", + "grunt-contrib-connect": "0.10.x" } }