digital-signature-office
Version:
A Library for nodejs to help to add digital signature to your office file!
35 lines (34 loc) • 879 B
JSON
{
"name": "digital-signature-office",
"version": "1.0.0",
"description": "A Library for nodejs to help to add digital signature to your office file!",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manhluong1999/digital-signature-office.git"
},
"keywords": [
"digital-signature-office",
"digital",
"signature",
"xml",
"xlsx",
"office"
],
"author": "Manh Luong",
"license": "MIT",
"bugs": {
"url": "https://github.com/manhluong1999/digital-signature-office/issues"
},
"homepage": "https://github.com/manhluong1999/digital-signature-office#readme",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"jszip": "^3.10.1",
"path": "^0.12.7",
"xml2js": "^0.6.2",
"xpath": "^0.0.34"
}
}