aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLee Leathers <leeleathers@gmail.com>2013-03-27 00:23:17 -0700
committerLee Leathers <leeleathers@gmail.com>2013-03-27 00:23:17 -0700
commitc457f7c5ae8c853bff8d116cc74b69c5f156e1f4 (patch)
tree3bdc08f00699982d72bfe6814921ecafd6a44826 /package.json
parentd2cf21028eac378bdefe145fefa6d49841ecea1c (diff)
downloadfosdem-2018-presentation-c457f7c5ae8c853bff8d116cc74b69c5f156e1f4.tar
fosdem-2018-presentation-c457f7c5ae8c853bff8d116cc74b69c5f156e1f4.tar.gz
Add Reveal.js license to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
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"
+ }
+ ]
}