1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 07:37:57 +02:00
pdf.js/examples/webpack/package.json

12 lines
208 B
JSON
Raw Normal View History

{
"name": "webpack-pdf.js-example",
"version": "0.1.0",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"webpack": "~1.12.9",
"pdfjs-dist": "../../node_modules/pdfjs-dist"
}
}