{
  "name": "pdftotextjs",
  "version": "0.5.1",
  "description": "Extracts text from pdf with pdftotext (poppler)",
  "url": "https://github.com/fagbokforlaget/pdftotextjs",
  "main": "index.js",
  "scripts": {
    "test": "snyk test && nyc mocha",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "dependencies": {},
  "devDependencies": {
    "snyk": "^1.19.1",
    "mocha": "^5.1.0",
    "nyc": "^11.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fagbokforlaget/pdftotextjs.git"
  },
  "keywords": [
    "pdf",
    "pdftotext",
    "mocha",
    "snyk",
    "poppler"
  ],
  "author": {
    "name": "Deepak Thukral",
    "email": "iapain@iapa.in",
    "url": "http://iapa.in"
  },
  "license": "MIT",
  "snyk": true
}
