Browse Source

Add PDF.js license to package.json

Lee Leathers 12 years ago
parent
commit
63adf812c5
  1. 6
      package.json

6
package.json

@ -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…
Cancel
Save