1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01:00
invoiceninja/public/vendor/pdfjs/package.json

22 lines
384 B
JSON
Raw Normal View History

2014-04-22 13:33:53 +02:00
{
"name": "pdf.js",
"version": "0.8.0",
"dependencies": {
"jshint": "2.4.x",
"yargs": "~1.2.1"
},
"scripts": {
"test": "node make lint"
},
"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"
}
]
}