zgapdfsigner/package.json

41 lines
922 B
JSON

{
"name": "zgapdfsigner",
"version": "2.5.1",
"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",
"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": [
"lib/*.js"
],
"keywords": [
"pdf-sign",
"pdf-signature",
"pdf-protection",
"pdf-encryption",
"google-apps-script",
"LTV",
"TSA",
"長期署名"
],
"scripts": {
"build": "node closure.js",
"test": "node test4node.js"
},
"dependencies": {
"follow-redirects": "1.15.2",
"pdf-lib": "1.17.1",
"node-forge": "1.3.1"
},
"devDependencies": {}
}