{
  "name": "tape-catch",
  "version": "1.0.6",
  "description": "a wrapper around tape that catches and reports exceptions",
  "main": "index.js",
  "scripts": {
    "copy-tape-tests": "bin/copy-tape-tests.js",
    "tape-tests": "npm run copy-tape-tests && tap test/*.js",
    "test:browser": "testling -u",
    "test:node": "tap test/catch-exceptions.js",
    "test": "npm run test:node"
  },
  "testling": {
    "files": "./test/catch-exceptions/catch.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelrhodes/tape-catch.git"
  },
  "keywords": [
    "tape",
    "exception",
    "catch"
  ],
  "author": "Michael Rhodes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/michaelrhodes/tape-catch/issues"
  },
  "homepage": "https://github.com/michaelrhodes/tape-catch",
  "dependencies": {
    "global": "~4.3.0"
  },
  "peerDependencies": {
    "tape": "*"
  },
  "devDependencies": {
    "concat-stream": "~1.4.7",
    "cpr": "~0.3.2",
    "falafel": "~0.3.1",
    "mkdirp": "~0.5.0",
    "run-series": "~1.0.2",
    "string.prototype.trim": "~1.1.2",
    "tap": "~0.5.0",
    "tape": "~4.5.1",
    "testling": "~1.7.1"
  }
}
