Parcourir la source

Add Reveal.js license to package.json

Lee Leathers il y a 12 ans
Parent
commit
c457f7c5ae
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  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"
+    }
+  ]
 }