diff options
author | Lee Leathers | 2013-03-27 00:23:17 -0700 |
---|---|---|
committer | Lee Leathers | 2013-03-27 00:23:17 -0700 |
commit | c457f7c5ae8c853bff8d116cc74b69c5f156e1f4 (patch) | |
tree | 3bdc08f00699982d72bfe6814921ecafd6a44826 | |
parent | d2cf21028eac378bdefe145fefa6d49841ecea1c (diff) |
Add Reveal.js license to package.json
-rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
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" + } + ] } |