| 1234567891011121314151617181920212223 |
- {
- "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",
- "multer": "^1.3.1",
- "node-windows": "^0.1.14",
- "puppeteer": "^1.7.0",
- "uuid": "^3.3.2"
- }
- }
|