hummus-recipe-th
Version:
A powerful PDF tool for NodeJS based on HummusJS
35 lines (34 loc) • 957 B
JSON
{
"name": "hummus-recipe-th",
"version": "1.6.10",
"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": {
"jsdoc": "./node_modules/.bin/jsdoc -c conf.json",
"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": {
"hummus": "^1.0.86",
"linebreak": "^0.3.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"docdash": "^0.4.0",
"fs-extra": "^4.0.3",
"jsdoc": "^3.5.5",
"mocha": "^3.5.3"
}
}