浏览代码

Add Reveal.js license to package.json

Lee Leathers 12 年之前
父节点
当前提交
c457f7c5ae
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      package.json

+ 7 - 1
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"
+    }
+  ]
 }