Add Reveal.js license to package.json

This commit is contained in:
Lee Leathers 2013-03-27 00:23:17 -07:00
parent d2cf21028e
commit c457f7c5ae
1 changed files with 7 additions and 1 deletions

View File

@ -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"
}
]
}