zgapdfsigner/package.json

44 lines
988 B
JSON
Raw Normal View History

2022-10-22 11:42:13 +02:00
{
"name": "zgapdfsigner",
"version": "2.5.2",
2022-11-14 14:20:19 +01:00
"author": "zboris12",
"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,
"repository": {
"type": "git",
"url": "https://github.com/zboris12/zgapdfsigner"
},
"bugs": {
"url": "https://github.com/zboris12/zgapdfsigner/issues"
},
"license": "MIT",
"main": "lib/zganode.js",
"files": [
"dist/*.min.js",
"lib/*.js"
],
"keywords": [
"pdf-sign",
"pdf-signature",
"pdf-protection",
"pdf-encryption",
"google-apps-script",
"LTV",
"TSA",
"長期署名"
],
2022-10-22 11:42:13 +02:00
"scripts": {
"build": "./build.sh",
2022-11-14 14:20:19 +01:00
"test": "node test4node.js"
2022-10-22 11:42:13 +02:00
},
"dependencies": {
"follow-redirects": "1.15.6",
2022-10-22 11:42:13 +02:00
"pdf-lib": "1.17.1",
"node-forge": "1.3.1"
},
"devDependencies": {
"google-closure-compiler": "^20231112.0.0"
}
2022-10-22 11:42:13 +02:00
}