2022-10-22 11:42:13 +02:00
|
|
|
{
|
|
|
|
"name": "zgapdfsigner",
|
2024-08-24 05:17:43 +02:00
|
|
|
"version": "2.7.3",
|
2022-11-14 14:20:19 +01:00
|
|
|
"author": "zboris12",
|
2022-11-06 10:03:48 +01:00
|
|
|
"description": "A javascript tool to sign a pdf or set protection to a pdf in web browser, Google Apps Script and nodejs.",
|
|
|
|
"homepage": "https://github.com/zboris12/zgapdfsigner",
|
2022-10-22 11:42:13 +02:00
|
|
|
"private": false,
|
2022-11-06 10:03:48 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-04-21 05:22:31 +02:00
|
|
|
"url": "git+https://github.com/zboris12/zgapdfsigner.git"
|
2022-11-06 10:03:48 +01:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zboris12/zgapdfsigner/issues"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/zganode.js",
|
2024-08-19 14:33:38 +02:00
|
|
|
"unpkg": "dist/zgapdfsigner.min.js",
|
2022-11-06 10:03:48 +01:00
|
|
|
"files": [
|
2024-03-24 10:15:37 +01:00
|
|
|
"dist/*.min.js",
|
2024-08-17 04:51:46 +02:00
|
|
|
"lib/*.d.ts",
|
2022-11-06 10:03:48 +01:00
|
|
|
"lib/*.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"pdf-sign",
|
|
|
|
"pdf-signature",
|
|
|
|
"pdf-protection",
|
|
|
|
"pdf-encryption",
|
|
|
|
"google-apps-script",
|
|
|
|
"LTV",
|
2022-11-19 11:52:06 +01:00
|
|
|
"TSA",
|
|
|
|
"長期署名"
|
2022-11-06 10:03:48 +01:00
|
|
|
],
|
2022-10-22 11:42:13 +02:00
|
|
|
"scripts": {
|
2024-03-24 10:15:37 +01:00
|
|
|
"build": "./build.sh",
|
2024-08-17 04:51:46 +02:00
|
|
|
"test": "node test4node.js ${pfxpwd}"
|
2022-10-22 11:42:13 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-21 04:39:27 +02:00
|
|
|
"follow-redirects": "1.15.6",
|
2024-08-04 13:07:21 +02:00
|
|
|
"node-forge": "1.3.1",
|
2024-08-19 14:33:38 +02:00
|
|
|
"pdf-fontkit": "1.8.9",
|
2024-08-04 13:07:21 +02:00
|
|
|
"pdf-lib": "1.17.1"
|
2022-10-22 11:42:13 +02:00
|
|
|
},
|
2024-03-24 10:15:37 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"google-closure-compiler": "^20231112.0.0"
|
|
|
|
}
|
2022-10-22 11:42:13 +02:00
|
|
|
}
|