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