From: Lee Leathers Date: Wed, 27 Mar 2013 07:23:17 +0000 (-0700) Subject: Add Reveal.js license to package.json X-Git-Tag: 2.4.0~58^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c457f7c5ae8c853bff8d116cc74b69c5f156e1f4;p=reveal.js.git Add Reveal.js license to package.json --- diff --git a/package.json b/package.json index 5c5f6c3..68f5eca 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,11 @@ "grunt-contrib-watch": "~0.2.0", "grunt-contrib-sass": "~0.2.2", "grunt": "~0.4.0" - } + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE" + } + ] }