mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge pull request #2999 from theoreticaLee/master
Add PDF.js license to package.json
This commit is contained in:
commit
1764c88e75
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue