| 123456789101112131415161718192021222324 |
- {
- "name": "pdf-editor",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@alancnet/pdf2htmlex": "0.0.2",
- "asfs": "^2.0.3",
- "body-parser": "^1.18.3",
- "cors": "^2.8.4",
- "data-urls": "^1.0.1",
- "express": "^4.16.3",
- "html-pdf-chrome": "^0.5.0",
- "multer": "^1.3.1",
- "phantom": "^6.0.3",
- "phantom-html2pdf": "^4.0.1",
- "uuid": "^3.3.2"
- }
- }
|