Browse Source

Add PDF.js license to package.json

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

8
package.json

@ -10,5 +10,11 @@ @@ -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"
}
]
}

Loading…
Cancel
Save