Browse Source

Add Reveal.js license to package.json

embed
Lee Leathers 12 years ago
parent
commit
c457f7c5ae
  1. 8
      package.json

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

Loading…
Cancel
Save