Add Reveal.js license to package.json
authorLee Leathers <leeleathers@gmail.com>
Wed, 27 Mar 2013 07:23:17 +0000 (00:23 -0700)
committerLee Leathers <leeleathers@gmail.com>
Wed, 27 Mar 2013 07:23:17 +0000 (00:23 -0700)
package.json

index 5c5f6c3d14743caf637f4ac26ba7a2a52b540eda..68f5eca9ffffef397603a26710696093842f8474 100644 (file)
     "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"
+    }
+  ]
 }