Merge pull request #2999 from theoreticaLee/master

Add PDF.js license to package.json
This commit is contained in:
Yury Delendik 2013-03-27 05:20:14 -07:00
commit 1764c88e75

View File

@ -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"
}
]
}