From 63adf812c5bc19224034c1a380701c21d4bc72b5 Mon Sep 17 00:00:00 2001 From: Lee Leathers Date: Wed, 27 Mar 2013 01:16:40 -0700 Subject: [PATCH] Add PDF.js license to package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e0c2e8b6c..45e3689fc 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,11 @@ "repository": { "type": "git", "url": "git://github.com/mozilla/pdf.js.git" - } + }, + "licenses": [ + { + "type": "Apache v2", + "url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE" + } + ] }