mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"name": "webpack-pdf.js-example",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "~1.12.9",
|
|
"pdfjs-dist": "../../node_modules/pdfjs-dist"
|
|
}
|
|
}
|