Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
384 B

{
"name": "pdf.js",
11 years ago
"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"
}
]
}