diff options
author | Hakim El Hattab | 2013-03-30 21:58:03 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-03-30 21:58:03 -0400 |
commit | 2c61445f7e9241878268118b2c7f077200d9f587 (patch) | |
tree | ff878f5f6f4e2a07f2ecd6417f3d5708dd926962 | |
parent | 433c7a66cd03c2e5f52285f1bd1b42dd254ecd93 (diff) | |
parent | c457f7c5ae8c853bff8d116cc74b69c5f156e1f4 (diff) |
Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into dev
-rw-r--r-- | package.json | 8 |
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" + } + ] } |