Add PDF.js license to package.json

This commit is contained in:
Lee Leathers 2013-03-27 01:16:40 -07:00
parent 3796f2496f
commit 63adf812c5

View File

@ -10,5 +10,11 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mozilla/pdf.js.git" "url": "git://github.com/mozilla/pdf.js.git"
} },
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
} }