From: Lee Leathers Date: Wed, 27 Mar 2013 07:59:08 +0000 (-0700) Subject: Add Foundation license to package.json X-Git-Tag: v4.1.3~38^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2049%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add Foundation license to package.json --- diff --git a/package.json b/package.json index b9d84ae53..7fdce6093 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,11 @@ "grunt": "~0.4.0", "grunt-contrib-watch": "~0.1.0", "grunt-contrib-qunit": "~0.1.1" - } + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/zurb/foundation/blob/master/LICENSE" + } + ] }