@kingstonsoftware/hummus
Version:
Create, read and modify PDF files and streams
68 lines (67 loc) • 1.81 kB
JSON
{
"name": "@kingstonsoftware/hummus",
"version": "1.0.110",
"description": "Create, read and modify PDF files and streams",
"homepage": "http://pdfhummus.com/",
"license": "Apache-2.0",
"author": "Gal Kahana <gal.kahana@hotmail.com>",
"contributors": [
"KSS Support <support@kss.us.com>"
],
"types": "types/index.d.ts",
"main": "./hummus.js",
"scripts": {
"config": "node-pre-gyp config",
"build": "node-pre-gyp build",
"rebuild": "node-pre-gyp rebuild",
"install": "node-pre-gyp install --fallback-to-build $EXTRA_NODE_PRE_GYP_FLAGS",
"test": "mocha -R tap ./tests/*.js --timeout 15000",
"package": "node-pre-gyp package",
"publish": "node-pre-gyp publish",
"deploy": "npm package; npm publish; npm deploy --access public",
"lint": "dtslint types"
},
"repository": {
"type": "git",
"url": "git://github.com/KingstonSoftware/HummusJS.git"
},
"keywords": [
"pdf",
"pdfhummus"
],
"files": [
"src",
"types",
"hummus.js",
"binding.gyp",
"PDFRStreamForFile.js",
"PDFStreamForResponse.js",
"PDFWStreamForFile.js",
"PDFRStreamForBuffer.js",
"PDFWStreamForBuffer.js"
],
"dependencies": {
"@types/node": "^14.6.4"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"aws-sdk": "^2.660.0",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"node-gyp": "^7.1.0",
"node-pre-gyp": "^0.14.0",
"npm": "^6.14.4"
},
"binary": {
"module_name": "hummus",
"module_path": "./binding",
"remote_path": "./{module_name}/v{version}/{toolset}/",
"host": "https://kss-hummus.s3-us-west-2.amazonaws.com",
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}