UNPKG

spase-model-tools

Version:

Tools to generate information model PDF, JSON and XSD files.

49 lines (48 loc) 1.24 kB
{ "name": "spase-model-tools", "version": "0.4.0", "description": "Tools to generate information model PDF, JSON and XSD files.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Todd King", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/spase-group/spase-model-tools-node.git" }, "bin": { "spase-model-xsd": "./src/makexsd.js", "spase-model-json": "./src/makejson.js", "spase-model-pdf": "./src/makepdf.js" }, "keywords": [ "SPASE", "model", "tools", "xsd", "json", "pdf" ], "dependencies": { "handlebars": "^4.7.6", "js-htmlencode": "^0.3.0", "jsreport-assets": "^1.7.0", "jsreport-child-templates": "^1.4.0", "jsreport-chrome-pdf": "^1.8.0", "jsreport-core": "^2.10.1", "jsreport-debug": "^2.1.3", "jsreport-handlebars": "^2.1.0", "jsreport-pdf-utils": "^1.9.0", "jsreport-scripts": "^2.6.0", "jsreport-templates": "^2.4.0", "n-readlines": "^1.0.0", "path": "^0.12.7", "pdf-creator-node": "^1.4.1", "pdfjs-dist": "^2.5.207", "puppeteer": "^5.3.1", "webpack": "^3.12.0", "yargs": "^15.3.1" } }