UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

48 lines (47 loc) 1.28 kB
{ "name": "hummus-recipe", "version": "2.0.1", "description": "A powerful PDF tool for NodeJS based on HummusJS", "author": "John Huang <little78926@gmail.com>", "license": "MIT", "main": "index.js", "engine": [ "node >= v6.9.0" ], "keywords": [ "pdf", "pdfhummus", "hummus" ], "scripts": { "lint": "eslint lib tests --fix", "jsdoc": "./node_modules/.bin/jsdoc -c conf.json", "deploy:docs": "aws s3 cp docs/ s3://hummus-recipe/docs --recursive --profile goldax --acl public-read", "test": "mocha ./tests/*.js --timeout 300000", "test-c": "nodemon --exec \"npm test || true\"" }, "repository": { "type": "git", "url": "git+https://github.com/chunyenHuang/hummusRecipe.git" }, "bugs": { "url": "https://github.com/chunyenHuang/hummusRecipe/issues" }, "homepage": "https://github.com/chunyenHuang/hummusRecipe#readme", "dependencies": { "linebreak": "^0.3.0", "memory-streams": "^0.1.3", "muhammara": "^1.3.0", "static-eval": "^2.0.5", "static-module": "^3.0.3", "xmldom": "^0.1.31" }, "devDependencies": { "all-contributors-cli": "^6.14.2", "chai": "^4.2.0", "docdash": "^0.4.0", "fs-extra": "^4.0.3", "jsdoc": "^3.6.4", "mocha": "^3.5.3" } }