{
  "name": "qpdf",
  "description": "A Content-Preserving PDF Transformation System based on bindings to QPDF.",
  "version": "0.1.0-prealpha.1",
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.1.0"
  },
  "scripts": {
    "lint": "standar lib/**/*.js",
    "pretest": "npm run lint",
    "test": "istanbul cover ./node_modules/.bin/tape test",
    "posttest": "(istanbul check-coverage --statements 90 --branches 90 --functions 100 --lines 90 && rm -rf coverage) || echo Look at 'coverage/lcov-report/index.html' to find out more"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "author": "Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "istanbul": "^0.3.19",
    "mocha": "^2.3.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eljefedelrodeodeljefe/qpdf.git"
  }
}
