init
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "pagedjs-server", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"start": "node src/app.js" | |||
}, | |||
"author": "", | |||
"license": "MIT", | |||
"dependencies": { | |||
"kcors": "2.2.2", | |||
"koa": "^2.7.0", | |||
"koa-body": "^4.1.0", | |||
"koa-bodyparser": "4.2.1", | |||
"koa-helmet": "4.1.0", | |||
"koa-logger": "3.2.0", | |||
"koa-mount": "^4.0.0", | |||
"koa-router": "7.4.0", | |||
"koa-validate": "1.0.7", | |||
"logger": "0.0.1", | |||
"node-fetch": "^2.4.1", | |||
"pagedjs": "^0.1.34", | |||
"pagedjs-cli": "0.0.3", | |||
"puppeteer": "^1.15.0" | |||
} | |||
} |
src/app.js
0 → 100644
src/pdf.js
0 → 100644
src/printer.js
0 → 100644
test/tester.js
0 → 100644
test/text.html
0 → 100644
This diff is collapsed.
Please register or sign in to comment