hummus
Version:
Create, read and modify PDF files and streams
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "hummus",
"version": "1.0.113",
"description": "Create, read and modify PDF files and streams",
"homepage": "http://pdfhummus.com/",
"license": "Apache-2.0",
"author": "Gal Kahana <gal.kahana@hotmail.com>",
"main": "./hummus.js",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build $EXTRA_NODE_PRE_GYP_FLAGS",
"test": "mocha -R tap ./tests/*.js --timeout 15000"
},
"repository": {
"type": "git",
"url": "git://github.com/galkahana/HummusJS.git"
},
"keywords": [
"pdf",
"pdfhummus"
],
"files": [
"src",
"hummus.js",
"binding.gyp",
"PDFRStreamForFile.js",
"PDFStreamForResponse.js",
"PDFWStreamForFile.js",
"PDFRStreamForBuffer.js",
"PDFWStreamForBuffer.js"
],
"dependencies": {
"node-pre-gyp": "^0.17.0"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"aws-sdk": "^2.1354.0",
"chai": "^3.4.0",
"mocha": "^10.2.0",
"npm": "^9.6.4"
},
"binary": {
"module_name": "hummus",
"module_path": "./binding",
"remote_path": "./{module_name}/v{version}/{toolset}/",
"host": "https://hummus.s3-us-west-2.amazonaws.com",
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bundleDependencies": [
"node-pre-gyp"
]
}