From 35ea667581954a0cfc3da245984e5e9f9d3554f5 Mon Sep 17 00:00:00 2001 From: Lee Leathers Date: Wed, 27 Mar 2013 00:59:08 -0700 Subject: [PATCH] Add Foundation license to package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } + ] } -- 2.47.3