pdftohtmljs_uwazi
Version:
PDF to HTML (pdf2htmlex) shell wrapper
34 lines (33 loc) • 698 B
JSON
{
"name": "pdftohtmljs_uwazi",
"version": "0.3.7",
"url": "https://github.com/fagbokforlaget/pdftohtmljs/issues",
"description": "PDF to HTML (pdf2htmlex) shell wrapper",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"bluebird": "^2.10.0",
"shelljs": "*"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/fagbokforlaget/pdftohtmljs.git"
},
"bin": {
"pdftohtmljs": "./bin/pdftohtmljs"
},
"keywords": [
"pdf2htmlex",
"shelljs",
"pdf",
"html5",
"converter"
],
"author": "Deepak Thukral <iapain@iapa.in> http://iapa.in",
"license": "MIT"
}