{
  "name": "pdf-powerpoint",
  "version": "1.2.1",
  "description": "Converts one or more PDFs into a powerpoint with one pdf page per slide",
  "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-powerpoint.git"
  },
  "keywords": [
    "pdf",
    "powerpoint",
    "png",
    "convert",
    "image",
    "ppt",
    "pptx"
  ],
  "author": "Nathan Good (codecounselor)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SpiderStrategies/pdf-powerpoint/issues"
  },
  "homepage": "https://github.com/SpiderStrategies/pdf-powerpoint#readme",
  "devDependencies": {
    "ava": "^0.18.0",
    "standard": "^8.4.0",
    "tap-diff": "^0.1.1"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "debug": "^2.2.0",
    "eventemitter2": "^2.1.3",
    "officegen": "^0.4.4",
    "rimraf": "^2.5.4"
  }
}
