UNPKG

pdf-officegen

Version:

Converts one or more PDFs into a powerpoint or word document with one pdf page per slide/page

46 lines (45 loc) 1.12 kB
{ "name": "pdf-officegen", "version": "3.0.0", "description": "Converts one or more PDFs into a powerpoint or word document with one pdf page per slide/page", "main": "index.js", "scripts": { "lint": "standard", "fix": "standard --fix", "test": "standard && DEBUG='app:*' ava **/*-test.js | tap-diff", "testWin": "standard && ava **/*-test.js | tap-diff" }, "repository": { "type": "git", "url": "git+https://github.com/SpiderStrategies/pdf-officegen.git" }, "keywords": [ "pdf", "powerpoint", "word", "office", "png", "convert", "image", "ppt", "pptx" ], "author": "Nathan Good (codecounselor)", "license": "MIT", "bugs": { "url": "https://github.com/SpiderStrategies/pdf-officegen/issues" }, "homepage": "https://github.com/SpiderStrategies/pdf-officegen#readme", "devDependencies": { "ava": "^0.25.0", "standard": "^11.0.1", "tap-diff": "^0.1.1" }, "dependencies": { "bluebird": "^3.5.2", "debug": "^3.2.6", "eventemitter2": "^2.1.3", "rimraf": "^2.6.2", "spider-officegen": "2.0.0" } }