UNPKG

1.36 kBJSONView Raw
1{
2 "name": "hummus",
3 "version": "1.0.105",
4 "description": "Create, read and modify PDF files and streams",
5 "homepage": "http://pdfhummus.com/",
6 "license": "Apache-2.0",
7 "author": "Gal Kahana <gal.kahana@hotmail.com>",
8 "main": "./hummus.js",
9 "scripts": {
10 "install": "node-pre-gyp install --fallback-to-build $EXTRA_NODE_PRE_GYP_FLAGS",
11 "test": "mocha -R tap ./tests/*.js --timeout 15000"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/galkahana/HummusJS.git"
16 },
17 "keywords": [
18 "pdf",
19 "pdfhummus"
20 ],
21 "files": [
22 "src",
23 "hummus.js",
24 "binding.gyp",
25 "PDFRStreamForFile.js",
26 "PDFStreamForResponse.js",
27 "PDFWStreamForFile.js",
28 "PDFRStreamForBuffer.js"
29 ],
30 "dependencies": {
31 "node-pre-gyp": "^0.10.0"
32 },
33 "bundledDependencies": [
34 "node-pre-gyp"
35 ],
36 "devDependencies": {
37 "aws-sdk": "~2.0.0-rc.15",
38 "chai": "^3.4.0",
39 "mocha": "^2.3.3",
40 "npm": "^5.8.0"
41 },
42 "binary": {
43 "module_name": "hummus",
44 "module_path": "./binding",
45 "remote_path": "./{module_name}/v{version}/{toolset}/",
46 "host": "https://hummus.s3-us-west-2.amazonaws.com",
47 "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
48 },
49 "publishConfig": {
50 "registry": "https://registry.npmjs.org/"
51 }
52}