aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 21:58:03 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 21:58:03 -0400
commit2c61445f7e9241878268118b2c7f077200d9f587 (patch)
treeff878f5f6f4e2a07f2ecd6417f3d5708dd926962 /package.json
parent433c7a66cd03c2e5f52285f1bd1b42dd254ecd93 (diff)
parentc457f7c5ae8c853bff8d116cc74b69c5f156e1f4 (diff)
downloadfosdem-2018-presentation-2c61445f7e9241878268118b2c7f077200d9f587.tar
fosdem-2018-presentation-2c61445f7e9241878268118b2c7f077200d9f587.tar.gz
Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into dev
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 449bfd8..194bd6d 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"
+ }
+ ]
}